]> granicus.if.org Git - pdns/commitdiff
spelling: implicitly
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:59:07 +0000 (09:59 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:59:07 +0000 (09:59 +0000)
pdns/ws-auth.cc

index 33cbbe8e914594edb20106cb5352a29d5b317203..31f4386ef24861f690f64e348b01cdd513c713ce 100644 (file)
@@ -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<DNSResourceRecord>())) {
           throw ApiException("Hosting backend does not support editing records.");
         }