]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: negcache
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:15:17 +0000 (10:15 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:15:17 +0000 (10:15 +0000)
pdns/ueberbackend.cc

index 2aa71bb78712424cd65a016fd4dbadcf0a12a901..846cfa5e4192a6b8da3d0fd75f15f04876b1388a 100644 (file)
@@ -610,7 +610,7 @@ bool UeberBackend::get(DNSZoneRecord &rr)
   if(!d_handle.get(rr)) {
     // cout<<"end of ueberbackend get, seeing if we should cache"<<endl;
     if(!d_ancount && d_handle.qname.countLabels()) {// don't cache axfr
-      // cout<<"adding negache"<<endl;
+      // cout<<"adding negcache"<<endl;
       addNegCache(d_question);
     }
     else {