From: bert hubert Date: Wed, 4 Jun 2014 18:23:42 +0000 (+0200) Subject: typo in configuration item description X-Git-Tag: rec-3.6.0~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=979edd7010f17058eee7ad80c32b16fa30ba365c;p=thirdparty%2Fpdns.git typo in configuration item description --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index b2a6608c15..a964643262 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -2122,7 +2122,7 @@ int main(int argc, char **argv) ::arg().set("max-mthreads", "Maximum number of simultaneous Mtasker threads")="2048"; ::arg().set("max-tcp-clients","Maximum number of simultaneous TCP clients")="128"; ::arg().set("server-down-max-fails","Maximum number of consecutive timeouts (and unreachables) to mark a server as down ( 0 => disabled )")="64"; - ::arg().set("server-down-throttle-time","Number of seconds to throttle all queries to a server after being maked as down")="60"; + ::arg().set("server-down-throttle-time","Number of seconds to throttle all queries to a server after being marked as down")="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"; ::arg().set("max-negative-ttl", "maximum number of seconds to keep a negative cached entry in memory")="3600";