From: Ruben Kerkhof Date: Sun, 14 Mar 2021 11:02:48 +0000 (+0100) Subject: More spelling X-Git-Tag: rec-4.5.0-beta1~26^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc07cb92a1873c6d403320f80832ac9dfb38ce90;p=thirdparty%2Fpdns.git More spelling --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 1b82990487..aadd7a2e7c 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -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"; diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index 940cf8816f..90038bedea 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -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: