]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: forwards-and
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:05:52 +0000 (12:05 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:31:10 +0000 (07:31 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/rec-rust-lib/cxxsupport.cc

index 3c8378ff4c33c77d26a27ecf091183b38ff8b44f..cd295297eb1d650d1b2b62bc8e39f0b34b01087b 100644 (file)
@@ -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<std::string> 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 <typename T>