From: Josh Soref Date: Thu, 11 Mar 2021 03:57:56 +0000 (-0500) Subject: spelling: exception X-Git-Tag: rec-4.5.0-beta1~30^2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e79294420840e21d591a5b0590faaaca176d2c50;p=thirdparty%2Fpdns.git spelling: exception Signed-off-by: Josh Soref --- diff --git a/pdns/lua-record.cc b/pdns/lua-record.cc index 504513174a..a0484503c2 100644 --- a/pdns/lua-record.cc +++ b/pdns/lua-record.cc @@ -721,7 +721,7 @@ static void setupLuaRecords() return fmt.str(); } catch(std::exception& ex) { - g_log<