]> granicus.if.org Git - pdns/commitdiff
spelling: necessarily
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:14:51 +0000 (10:14 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:14:51 +0000 (10:14 +0000)
docs/markdown/authoritative/dnssec.md
pdns/gss_context.hh

index 2366236d2d19018e29fef33feb76ff50733c8aec..f985e19a08a6869b863a4deedd2695ea1b6108a8 100644 (file)
@@ -588,7 +588,7 @@ on ubuntu/debian (tested with Ubuntu 12 and 14).
     sudo pkcs11-tool --module=/home/cmouse/softhsm/lib/softhsm/libsofthsm.so -l -p some-pin -k --key-type RSA:2048 -a zone-ksk|zone-zsk --slot-index slot-number
     ```
 
--   Assign the keys using (note that token label is not necessarely same as object label, see p11-kit -l)
+-   Assign the keys using (note that token label is not necessarily same as object label, see p11-kit -l)
 
     ```
     pdnsutil hsm assign zone rsasha256 ksk|zsk softhsm token-label pin zone-ksk|zsk
index f2b84a7a39e49b747e95c859c09a220020511323..15d0c583fb564fd4f8834eb28c56a70988d44946 100644 (file)
@@ -89,7 +89,7 @@ public:
   };
 
   //! Compare two Gss Names, if no gss support is compiled in, returns false always
-  //! This is not necessarely same as string comparison between two non-parsed names
+  //! This is not necessarily same as string comparison between two non-parsed names
   bool operator==(const GssName& rhs) {
 #ifdef ENABLE_GSS_TSIG
     OM_uint32 maj,min;
@@ -101,7 +101,7 @@ public:
   }
 
   //! Compare two Gss Names, if no gss support is compiled in, returns false always
-  //! This is not necessarely same as string comparison between two non-parsed names
+  //! This is not necessarily same as string comparison between two non-parsed names
   bool match(const std::string& name) {
 #ifdef ENABLE_GSS_TSIG
     OM_uint32 maj,min;