]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns/recursordist/rec-main.cc
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 16 Dec 2024 15:11:44 +0000 (16:11 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 10 Feb 2025 13:01:07 +0000 (14:01 +0100)
Co-authored-by: Miod Vallat <miod.vallat@open-xchange.com>
pdns/recursordist/rec-main.cc

index bc0a32826df9209758305a70ef35470ccdf3af90..06cc13842219eef4da43da60baf6e98e28c96759 100644 (file)
@@ -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();