]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
typo
authorTomasz Pala <gotar@polanet.pl>
Sat, 4 Jan 2025 04:36:48 +0000 (05:36 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 24 Jul 2025 10:23:52 +0000 (12:23 +0200)
(cherry picked from commit fb07dc11102eb108b1ada8d01768cf61dc072c2b)

pdns/recursordist/rec-main.cc

index 67571e4705c230d7bee3da8d16213b4e820700a6..9a160a2063f6defcc6918643e15ec0e8320d6c80 100644 (file)
@@ -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);