From: Josh Soref Date: Thu, 2 Feb 2017 09:28:21 +0000 (+0000) Subject: spelling: algorithm X-Git-Tag: rec-4.1.0-alpha1~291^2~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ec08a2b2e6da17f6dcca3c4b838f63c8a88c97b;p=thirdparty%2Fpdns.git spelling: algorithm --- diff --git a/docs/markdown/authoritative/howtos.md b/docs/markdown/authoritative/howtos.md index 8ab3cb8075..6c6e5d1a63 100644 --- a/docs/markdown/authoritative/howtos.md +++ b/docs/markdown/authoritative/howtos.md @@ -211,7 +211,7 @@ case): pdnsutil add-zone-key example.net ksk active ``` -Note that a key with same algorith as the KSK to be replaced should be created, +Note that a key with same algorithm as the KSK to be replaced should be created, as this is not an algorithm roll over. If this zone is of the type 'MASTER', increase the SOA serial. The rollover is diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 2897203f5c..af7701082e 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -2064,7 +2064,7 @@ try cout<<"set-nsec3 ZONE ['PARAMS' [narrow]] Enable NSEC3 with PARAMS. Optionally narrow"< * "keytype" : "ksk|zsk" * "active" : "true|false" - * "algo" : "key generation algorithim "name|number" as default" https://doc.powerdns.com/md/authoritative/dnssec/#supported-algorithms + * "algo" : "key generation algorithm "name|number" as default" https://doc.powerdns.com/md/authoritative/dnssec/#supported-algorithms * "bits" : number of bits * } *