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

index 4a7674186ec9807322c2fa4d89a723fdaab20081..587a108a5e6bf8881d418f0f68a6278f51b48b92 100644 (file)
@@ -381,7 +381,7 @@ uint PacketHandler::performUpdate(const string &msgPrefix, const DNSRecord *rr,
   // Delete records - section 3.4.2.3 and 3.4.2.4 with the exception of the 'always leave 1 NS rule' as that's handled by
   // the code that calls this performUpdate().
   if ((rr->d_class == QClass::ANY || rr->d_class == QClass::NONE) && rrType != QType::SOA) { // never delete a SOA.
-    DLOG(L<<msgPrefix<<"Deleting records: "<<rr->d_name<<"; QClasse:"<<rr->d_class<<"; rrType: "<<rrType.getName()<<endl);
+    DLOG(L<<msgPrefix<<"Deleting records: "<<rr->d_name<<"; QClass:"<<rr->d_class<<"; rrType: "<<rrType.getName()<<endl);
 
     if (rrType == QType::NSEC3PARAM) {
       L<<Logger::Notice<<msgPrefix<<"Deleting NSEC3PARAM from zone, resetting ordernames."<<endl;