From: Otto Kekäläinen Date: Thu, 17 Mar 2022 23:44:37 +0000 (+0000) Subject: Fix various spelling errors still found in code X-Git-Tag: archive/raspbian/1%10.6.8-1+rpi1~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4d0df8bd16aa51852279a0dca2fdb4bbcd23fafc;p=mariadb-10.6.git Fix various spelling errors still found in code Gbp-Pq: Name fix-spelling-wsrep.patch --- diff --git a/wsrep-lib/src/wsrep_provider_v26.cpp b/wsrep-lib/src/wsrep_provider_v26.cpp index ae75ba07..eb8679c7 100644 --- a/wsrep-lib/src/wsrep_provider_v26.cpp +++ b/wsrep-lib/src/wsrep_provider_v26.cpp @@ -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; }