From: Josh Soref Date: Thu, 2 Feb 2017 09:59:07 +0000 (+0000) Subject: spelling: implicitly X-Git-Tag: rec-4.1.0-alpha1~291^2~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7f21ab1a4f7d05be68bd87666e71235677f8834;p=pdns spelling: implicitly --- diff --git a/pdns/ws-auth.cc b/pdns/ws-auth.cc index 33cbbe8e9..31f4386ef 100644 --- a/pdns/ws-auth.cc +++ b/pdns/ws-auth.cc @@ -1389,7 +1389,7 @@ static void patchZone(HttpRequest* req, HttpResponse* resp) { } if (changetype == "DELETE") { - // delete all matching qname/qtype RRs (and, implictly comments). + // delete all matching qname/qtype RRs (and, implicitly comments). if (!di.backend->replaceRRSet(di.id, qname, qtype, vector())) { throw ApiException("Hosting backend does not support editing records."); }