From: Tomasz Pala Date: Sat, 4 Jan 2025 04:36:48 +0000 (+0100) Subject: typo X-Git-Tag: dnsdist-2.0.0-alpha1~196^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb07dc11102eb108b1ada8d01768cf61dc072c2b;p=thirdparty%2Fpdns.git typo --- 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);