From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:05:52 +0000 (-0500) Subject: spelling: forwards-and X-Git-Tag: rec-5.4.0-alpha1~61^2~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f47c1f5971d472c3e7c9a0cea74139dfa4bc7038;p=thirdparty%2Fpdns.git spelling: forwards-and Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/recursordist/rec-rust-lib/cxxsupport.cc b/pdns/recursordist/rec-rust-lib/cxxsupport.cc index 3c8378ff4c..cd295297eb 100644 --- a/pdns/recursordist/rec-rust-lib/cxxsupport.cc +++ b/pdns/recursordist/rec-rust-lib/cxxsupport.cc @@ -260,7 +260,7 @@ static void fileCopy(const string& src, const string& dst, Logr::log_t log) } } -static void possiblyConvertForwardsandAuths(const std::string& includeDir, const std::string& apiDir, Logr::log_t log) +static void possiblyConvertForwardsAndAuths(const std::string& includeDir, const std::string& apiDir, Logr::log_t log) { std::vector forwAndAuthFiles{}; ::arg().gatherIncludes(includeDir, "..conf", forwAndAuthFiles); @@ -312,7 +312,7 @@ void pdns::settings::rec::processAPIDir(const string& includeDirOnCommandLine, p path.append("/").append(file).append(".yml"); mergeYamlSubFile(path, settings, true, log); } - possiblyConvertForwardsandAuths(includeDir, apiDir, log); + possiblyConvertForwardsAndAuths(includeDir, apiDir, log); } template