Fix various spelling errors still found in code
authorOtto Kekäläinen <otto@debian.org>
Thu, 10 Mar 2022 06:26:32 +0000 (06:26 +0000)
committerOtto Kekäläinen <otto@debian.org>
Thu, 10 Mar 2022 06:26:32 +0000 (06:26 +0000)
Gbp-Pq: Name fix-spelling-wsrep.patch

wsrep-lib/src/wsrep_provider_v26.cpp

index ae75ba079657aac81b8bf8672a9e42eea9beef4d..eb8679c7ecf2f41ddb5f23957f38d927783f9fca 100644 (file)
@@ -690,7 +690,7 @@ void wsrep::wsrep_provider_v26::init_services(
     {
         if (init_tls_service(wsrep_->dlh, services.tls_service))
         {
-            throw wsrep::runtime_error("Failed to initialze TLS service");
+            throw wsrep::runtime_error("Failed to initialize TLS service");
         }
         services_enabled_.tls_service = services.tls_service;
     }
@@ -698,7 +698,7 @@ void wsrep::wsrep_provider_v26::init_services(
     {
         if (init_allowlist_service(wsrep_->dlh, services.allowlist_service))
         {
-            throw wsrep::runtime_error("Failed to initialze allowlist service");
+            throw wsrep::runtime_error("Failed to initialize allowlist service");
         }
         services_enabled_.allowlist_service = services.allowlist_service;
     }