]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: unknown
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:45:17 +0000 (12:45 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:32:42 +0000 (07:32 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/rec-lua-conf.cc

index e5273abe441ca244bc7882f429d6c3771b0f17a1..47e4520a8bdb0172f3453cf087cb5921e82a7e31 100644 (file)
@@ -446,7 +446,7 @@ void loadRecursorLuaConfig(const std::string& fname, ProxyMapping& proxyMapping,
       conf.d_zone = zoneName;
       const set<string> methods = {"axfr", "url", "file"};
       if (methods.count(method) == 0) {
-        throw std::runtime_error("unknwon method '" + method + "'");
+        throw std::runtime_error("unknown method '" + method + "'");
       }
       conf.d_method = method;
       if (srcs.type() == typeid(std::string)) {