]> granicus.if.org Git - pdns/commitdiff
Fix typo
authorArjen Zonneveld <arjen.zonneveld@sidn.nl>
Mon, 12 Oct 2015 15:04:06 +0000 (17:04 +0200)
committerArjen Zonneveld <arjen.zonneveld@sidn.nl>
Mon, 12 Oct 2015 15:04:06 +0000 (17:04 +0200)
modules/bindbackend/binddnssec.cc

index 5f105b93678f0650e57c153ddacb03a7f3f246c8..d0db1b74fdb0a0caadf470e175bb2fda17576911 100644 (file)
@@ -119,7 +119,7 @@ bool Bind2Backend::getNSEC3PARAM(const std::string& zname, NSEC3PARAMRecordConte
   }
   if (ns3p->d_iterations > maxNSEC3Iterations) {
     ns3p->d_iterations = maxNSEC3Iterations;
-    L<<Logger::Error<<"Number of NSEC3 iterations for zone '"<<zname<<"' is above 'max-nsec3-iterations'. Value adjsted to: "<<maxNSEC3Iterations<<endl;
+    L<<Logger::Error<<"Number of NSEC3 iterations for zone '"<<zname<<"' is above 'max-nsec3-iterations'. Value adjusted to: "<<maxNSEC3Iterations<<endl;
   }
   return true;
 }