From 11dc950e25b4a2a0c53d5d877df0a5184df084c7 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 16 Dec 2024 16:11:44 +0100 Subject: [PATCH] Update pdns/recursordist/rec-main.cc Co-authored-by: Miod Vallat --- 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 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(); -- 2.47.3