From ed2ea2618933a3317bee819369a7f82895b2c8d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Thu, 10 Mar 2022 06:26:32 +0000 Subject: [PATCH] Fix various spelling errors still found in code Gbp-Pq: Name fix-spelling-wsrep.patch --- wsrep-lib/src/wsrep_provider_v26.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wsrep-lib/src/wsrep_provider_v26.cpp b/wsrep-lib/src/wsrep_provider_v26.cpp index ae75ba079..eb8679c7e 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; } -- 2.30.2