]> granicus.if.org Git - pdns/commitdiff
spelling: accept
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:24:17 +0000 (09:24 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:24:17 +0000 (09:24 +0000)
pdns/gss_context.hh

index 63bbe64e6c2a8b15666081dbce487aaa230ba8ff..eca0e2eb37a3074afb43ff3d953613c5d1bb0a39 100644 (file)
@@ -153,7 +153,7 @@ public:
   const DNSName& getLabel() { return d_label; } //<! Return context name
 
   bool init(const std::string &input, std::string& output); //<! Perform GSS Initiate Security Context handshake
-  bool accept(const std::string &input, std::string& output); //<! Perform GSS Acccept Security Context handshake
+  bool accept(const std::string &input, std::string& output); //<! Perform GSS Accept Security Context handshake
   bool destroy(); //<! Release the cached context
   bool expired(); //<! Check if context is expired
   bool valid(); //<! Check if context is valid