]> granicus.if.org Git - pdns/commitdiff
spelling: algorithm
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:28:21 +0000 (09:28 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:28:21 +0000 (09:28 +0000)
docs/markdown/authoritative/howtos.md
pdns/pdnsutil.cc
pdns/ws-auth.cc

index 8ab3cb8075c89b4d9ebcf0335a56aeeb223d4ad1..6c6e5d1a632ef1b1aafa5fe542f8dbb70d69935e 100644 (file)
@@ -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
index 2897203f5cb1380d216b35d8caed6890435cd0eb..af7701082ef5313531a56e6be41220d427bb09ac 100644 (file)
@@ -2064,7 +2064,7 @@ try
     cout<<"set-nsec3 ZONE ['PARAMS' [narrow]] Enable NSEC3 with PARAMS. Optionally narrow"<<endl;
     cout<<"set-presigned ZONE                 Use presigned RRSIGs from storage"<<endl;
     cout<<"set-publish-cdnskey ZONE           Enable sending CDNSKEY responses for ZONE"<<endl;
-    cout<<"set-publish-cds ZONE [DIGESTALGOS] Enable sending CDS responses for ZONE, using DIGESTALGOS as signature algirithms"<<endl;
+    cout<<"set-publish-cds ZONE [DIGESTALGOS] Enable sending CDS responses for ZONE, using DIGESTALGOS as signature algorithms"<<endl;
     cout<<"                                   DIGESTALGOS should be a comma separated list of numbers, is is '1,2' by default"<<endl;
     cout<<"set-meta ZONE KIND [VALUE] [VALUE] Set zone metadata, optionally providing a value. *No* value clears meta"<<endl;
     cout<<"                                   Note - this will replace all metadata records of KIND!"<<endl;
index a3d75464e71f62f5742f99e3d8a5263763d39b07..33cbbe8e914594edb20106cb5352a29d5b317203 100644 (file)
@@ -789,7 +789,7 @@ static void apiZoneCryptokeysDELETE(DNSName zonename, int inquireKeyId, HttpRequ
  *  "content" : "key The format used is compatible with BIND and NSD/LDNS" <string>
  *  "keytype" : "ksk|zsk" <string>
  *  "active"  : "true|false" <value>
- *  "algo" : "key generation algorithim "name|number" as default"<string> https://doc.powerdns.com/md/authoritative/dnssec/#supported-algorithms
+ *  "algo" : "key generation algorithm "name|number" as default"<string> https://doc.powerdns.com/md/authoritative/dnssec/#supported-algorithms
  *  "bits" : number of bits <int>
  *  }
  *