From 1ec08a2b2e6da17f6dcca3c4b838f63c8a88c97b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 2 Feb 2017 09:28:21 +0000 Subject: [PATCH] spelling: algorithm --- docs/markdown/authoritative/howtos.md | 2 +- pdns/pdnsutil.cc | 2 +- pdns/ws-auth.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/markdown/authoritative/howtos.md b/docs/markdown/authoritative/howtos.md index 8ab3cb807..6c6e5d1a6 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 2897203f5..af7701082 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 * } * -- 2.49.0