]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
More spelling
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 14 Mar 2021 11:02:48 +0000 (12:02 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 14 Mar 2021 11:26:45 +0000 (12:26 +0100)
pdns/pdns_recursor.cc
pdns/recursordist/docs/settings.rst

index 1b8299048791043c0aa6e98f6a54041704040d47..aadd7a2e7c83598be79374797946dd6a29e993ad 100644 (file)
@@ -5389,7 +5389,7 @@ int main(int argc, char **argv)
     ::arg().set("dont-throttle-names", "Do not throttle nameservers with this name or suffix")="";
     ::arg().set("dont-throttle-netmasks", "Do not throttle nameservers with this IP netmask")="";
     ::arg().set("non-resolving-ns-max-fails", "Number of failed address resolves of a nameserver to start throttling it, 0 is disabled")="5";
-    ::arg().set("non-resolving-ns-throttle-time", "Number of seconds the throttle a nameserver with a name failing to resolve")="60";
+    ::arg().set("non-resolving-ns-throttle-time", "Number of seconds to throttle a nameserver with a name failing to resolve")="60";
 
     ::arg().set("hint-file", "If set, load root hints from this file")="";
     ::arg().set("max-cache-entries", "If set, maximum number of entries in the main cache")="1000000";
index 940cf8816f4308bccd15079c9adb30666d10a45c..90038bedea6ecd22ec0fc60d33c8167e0c10d2d2 100644 (file)
@@ -1284,7 +1284,7 @@ Nameservers matching :ref:`setting-dont-throttle-names` will not be throttled.
 - Integer
 - Default: 60
 
-Number of seconds the throttle a nameserver with a name failing to resolve.
+Number of seconds to throttle a nameserver with a name failing to resolve.
 
 .. _setting-nothing-below-nxdomain: