From fb07dc11102eb108b1ada8d01768cf61dc072c2b Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Sat, 4 Jan 2025 05:36:48 +0100 Subject: [PATCH] typo --- pdns/recursordist/rec-main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/rec-main.cc b/pdns/recursordist/rec-main.cc index 315f534df2..68746a53f6 100644 --- a/pdns/recursordist/rec-main.cc +++ b/pdns/recursordist/rec-main.cc @@ -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); -- 2.47.2