From 319a548e9836854301e5370ef8b2b4780a31266e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 2 Feb 2017 09:59:35 +0000 Subject: [PATCH] spelling: initialize --- pdns/gss_context.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }; -- 2.47.2