From d51d0c77184ec6ce168c49d929d1013ae70e8628 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 2 Feb 2017 10:14:51 +0000 Subject: [PATCH] spelling: necessarily --- docs/markdown/authoritative/dnssec.md | 2 +- pdns/gss_context.hh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/markdown/authoritative/dnssec.md b/docs/markdown/authoritative/dnssec.md index 2366236d2..f985e19a0 100644 --- a/docs/markdown/authoritative/dnssec.md +++ b/docs/markdown/authoritative/dnssec.md @@ -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 diff --git a/pdns/gss_context.hh b/pdns/gss_context.hh index f2b84a7a3..15d0c583f 100644 --- a/pdns/gss_context.hh +++ b/pdns/gss_context.hh @@ -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; -- 2.40.0