From 979edd7010f17058eee7ad80c32b16fa30ba365c Mon Sep 17 00:00:00 2001 From: bert hubert Date: Wed, 4 Jun 2014 20:23:42 +0200 Subject: [PATCH] typo in configuration item description --- pdns/pdns_recursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.47.2