From 13c46e622507da64dff3af0a17d1520c5fcc229f Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Mon, 17 Dec 2018 12:47:46 +0100 Subject: [PATCH] recursor: Fix typo in help text of signature-inception-skew option --- 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 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"; -- 2.47.2