]> 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)
committerTomasz Pala <gotar@polanet.pl>
Sat, 4 Jan 2025 04:36:48 +0000 (05:36 +0100)
pdns/recursordist/rec-main.cc

index 315f534df2c154c8a355e417f74525e4e00900d1..68746a53f62fb5bfdb6a6e13003cda0fea6dde95 100644 (file)
@@ -2897,7 +2897,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);