From: Andreas Jakum Date: Thu, 4 Jul 2024 13:29:47 +0000 (+0200) Subject: Fix processsing typo. X-Git-Tag: rec-5.2.0-alpha1~194^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14425%2Fhead;p=thirdparty%2Fpdns.git Fix processsing typo. --- diff --git a/pdns/recursordist/settings/cxxsupport.cc b/pdns/recursordist/settings/cxxsupport.cc index 92373e6d8c..db1053f110 100644 --- a/pdns/recursordist/settings/cxxsupport.cc +++ b/pdns/recursordist/settings/cxxsupport.cc @@ -1358,7 +1358,7 @@ pdns::settings::rec::YamlSettingsStatus pdns::settings::rec::tryReadYAML(const s case pdns::settings::rec::YamlSettingsStatus::PresentButFailed: SLOG(g_log << Logger::Error << "YAML config found for configname '" << yamlconfigname << "' but error ocurred processing it" << endl, - startupLog->error(Logr::Error, msg, "YAML config found, but error occurred processsing it", "configname", Logging::Loggable(yamlconfigname))); + startupLog->error(Logr::Error, msg, "YAML config found, but error occurred processing it", "configname", Logging::Loggable(yamlconfigname))); break; case pdns::settings::rec::YamlSettingsStatus::OK: