mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-08-05 04:01:12 +03:00
Fix spelling of 'initialize in error message
This commit is contained in:
committed by
Teemu Ollakka
parent
63346153ac
commit
23fb862462
@@ -690,7 +690,7 @@ void wsrep::wsrep_provider_v26::init_services(
|
|||||||
{
|
{
|
||||||
if (init_tls_service(wsrep_->dlh, services.tls_service))
|
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;
|
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))
|
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;
|
services_enabled_.allowlist_service = services.allowlist_service;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user