From: Josh Soref Date: Thu, 2 Feb 2017 10:18:51 +0000 (+0000) Subject: spelling: number X-Git-Tag: rec-4.1.0-alpha1~291^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c83ee49d563c444d622baa4179aaf8b3b84fa6e9;p=thirdparty%2Fpdns.git spelling: number --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 02a853b1ee..7be428fa9a 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -3016,7 +3016,7 @@ int main(int argc, char **argv) ::arg().set("chroot","switch to chroot jail")=""; ::arg().set("setgid","If set, change group id to this gid for more security")=""; ::arg().set("setuid","If set, change user id to this uid for more security")=""; - ::arg().set("network-timeout", "Wait this nummer of milliseconds for network i/o")="1500"; + ::arg().set("network-timeout", "Wait this number of milliseconds for network i/o")="1500"; ::arg().set("threads", "Launch this number of threads")="2"; ::arg().set("processes", "Launch this number of processes (EXPERIMENTAL, DO NOT CHANGE)")="1"; // if we un-experimental this, need to fix openssl rand seeding for multiple PIDs! ::arg().set("config-name","Name of this virtual configuration - will rename the binary image")="";