From: Otto Moerbeek Date: Mon, 16 Dec 2024 15:11:44 +0000 (+0100) Subject: Update pdns/recursordist/rec-main.cc X-Git-Tag: dnsdist-2.0.0-alpha1~96^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11dc950e25b4a2a0c53d5d877df0a5184df084c7;p=thirdparty%2Fpdns.git Update pdns/recursordist/rec-main.cc Co-authored-by: Miod Vallat --- diff --git a/pdns/recursordist/rec-main.cc b/pdns/recursordist/rec-main.cc index bc0a32826d..06cc138422 100644 --- a/pdns/recursordist/rec-main.cc +++ b/pdns/recursordist/rec-main.cc @@ -280,7 +280,7 @@ int RecThreadInfo::runThreads(Logr::log_t log) recursorThread(); // Skip handler thread (it might be still handling the quite-nicely) and 1, which is actually the main thread in this case - // hanlder thread (0) will be handled in main(). + // handler thread (0) will be handled in main(). for (unsigned int thread = 2; thread < RecThreadInfo::numRecursorThreads(); thread++) { auto& tInfo = RecThreadInfo::info(thread); tInfo.thread.join();