From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:45:17 +0000 (-0500) Subject: spelling: unknown X-Git-Tag: rec-5.4.0-alpha1~61^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68a6d26ecf2e941143ff52bd8b1d8ab8eba16c70;p=thirdparty%2Fpdns.git spelling: unknown Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/recursordist/rec-lua-conf.cc b/pdns/recursordist/rec-lua-conf.cc index e5273abe44..47e4520a8b 100644 --- a/pdns/recursordist/rec-lua-conf.cc +++ b/pdns/recursordist/rec-lua-conf.cc @@ -446,7 +446,7 @@ void loadRecursorLuaConfig(const std::string& fname, ProxyMapping& proxyMapping, conf.d_zone = zoneName; const set 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)) {