]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: negotiation
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:15:32 +0000 (10:15 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:15:32 +0000 (10:15 +0000)
pdns/gss_context.hh

index 15d0c583fb564fd4f8834eb28c56a70988d44946..8dea90147a1d663a64b0043268f3918282dbe028 100644 (file)
@@ -146,7 +146,7 @@ public:
   void setLocalPrincipal(const std::string& name); //<! Set our gss name
   bool getLocalPrincipal(std::string& name); //<! Get our name
   void setPeerPrincipal(const std::string& name); //<! Set remote name (do not use after negotiation)
-  bool getPeerPrincipal(std::string &name); //<! Return remote name, returns actual name after negotatioan
+  bool getPeerPrincipal(std::string &name); //<! Return remote name, returns actual name after negotiation
 
   void generateLabel(const std::string& suffix); //<! Generate random context name using suffix (such as mydomain.com)
   void setLabel(const DNSName& label); //<! Set context name to this label