From: Ruben Kerkhof Date: Mon, 17 Dec 2018 11:47:46 +0000 (+0100) Subject: recursor: Fix typo in help text of signature-inception-skew option X-Git-Tag: rec-4.2.0-alpha1~85^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13c46e622507da64dff3af0a17d1520c5fcc229f;p=thirdparty%2Fpdns.git recursor: Fix typo in help text of signature-inception-skew option --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 622cc2b83e..b4578597bc 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -4097,7 +4097,7 @@ int main(int argc, char **argv) ::arg().set("trace","if we should output heaps of logging. set to 'fail' to only log failing domains")="off"; ::arg().set("dnssec", "DNSSEC mode: off/process-no-validate (default)/process/log-fail/validate")="process-no-validate"; ::arg().set("dnssec-log-bogus", "Log DNSSEC bogus validations")="no"; - ::arg().set("signature-inception-skew", "Allow the signture inception to be off by this number of seconds")="60"; + ::arg().set("signature-inception-skew", "Allow the signature inception to be off by this number of seconds")="60"; ::arg().set("daemon","Operate as a daemon")="no"; ::arg().setSwitch("write-pid","Write a PID file")="yes"; ::arg().set("loglevel","Amount of logging. Higher is more. Do not set below 3")="6";