From: Tomasz Pala Date: Sat, 4 Jan 2025 04:36:48 +0000 (+0100) Subject: typo X-Git-Tag: rec-5.1.7~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f059bceb874c1622f894389d1bcebd8f8b5de5d4;p=thirdparty%2Fpdns.git typo (cherry picked from commit fb07dc11102eb108b1ada8d01768cf61dc072c2b) --- diff --git a/pdns/recursordist/rec-main.cc b/pdns/recursordist/rec-main.cc index 67571e470..9a160a206 100644 --- a/pdns/recursordist/rec-main.cc +++ b/pdns/recursordist/rec-main.cc @@ -2902,7 +2902,7 @@ static void recursorThread() threadInfo.setMT(g_multiTasker.get()); { - /* start protobuf export threads if needed, don;'t keep a ref to lua config around */ + /* start protobuf export threads if needed, don't keep a ref to lua config around */ auto luaconfsLocal = g_luaconfs.getLocal(); checkProtobufExport(luaconfsLocal); checkOutgoingProtobufExport(luaconfsLocal);