From: Josh Soref Date: Thu, 2 Feb 2017 09:59:35 +0000 (+0000) Subject: spelling: initialize X-Git-Tag: rec-4.1.0-alpha1~291^2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=319a548e9836854301e5370ef8b2b4780a31266e;p=thirdparty%2Fpdns.git spelling: initialize --- diff --git a/pdns/gss_context.hh b/pdns/gss_context.hh index eca0e2eb37..f2b84a7a39 100644 --- a/pdns/gss_context.hh +++ b/pdns/gss_context.hh @@ -58,7 +58,7 @@ public: setName(""); }; - //! Initilize using specific name + //! Initialize using specific name GssName(const std::string& name) { setName(name); };