]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: exception
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 11 Mar 2021 03:57:56 +0000 (22:57 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 12 Mar 2021 14:22:44 +0000 (09:22 -0500)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pdns/lua-record.cc

index 504513174a6f23e29f3f57f2f0d484b385edb577..a0484503c2f12ffe6565ec89c27a0df6966c84d8 100644 (file)
@@ -721,7 +721,7 @@ static void setupLuaRecords()
         return fmt.str();
       }
       catch(std::exception& ex) {
-        g_log<<Logger::Error<<"LUA Record xception: "<<ex.what()<<endl;
+        g_log<<Logger::Error<<"LUA Record exception: "<<ex.what()<<endl;
       }
       catch(PDNSException& ex) {
         g_log<<Logger::Error<<"LUA Record exception: "<<ex.reason<<endl;