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

index eca0e2eb37a3074afb43ff3d953613c5d1bb0a39..f2b84a7a39e49b747e95c859c09a220020511323 100644 (file)
@@ -58,7 +58,7 @@ public:
     setName("");
   };
 
-  //! Initilize using specific name
+  //! Initialize using specific name
   GssName(const std::string& name) {
     setName(name);
   };