]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: default
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 16:41:05 +0000 (11:41 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:31:10 +0000 (07:31 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/rec-main.cc

index 5e4413f97d8331ed9e81c999c31566db9bac463a..9b126e956d943d240e2f8487e66f897e4120bd5a 100644 (file)
@@ -2576,7 +2576,7 @@ static void houseKeepingWork(Logr::log_t log)
         res = SyncRes::getRootNS(now, nullptr, 0, log);
       }
       if (res == 0) {
-        // Success, go back to the defaut period
+        // Success, go back to the default period
         rootUpdateTask.setPeriod(std::max(SyncRes::s_maxcachettl * 8 / 10, minRootRefreshInterval));
       }
       else {