From bc07cb92a1873c6d403320f80832ac9dfb38ce90 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 14 Mar 2021 12:02:48 +0100 Subject: [PATCH] More spelling --- pdns/pdns_recursor.cc | 2 +- pdns/recursordist/docs/settings.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: -- 2.47.2