]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: adjusted
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:25:17 +0000 (09:25 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:25:17 +0000 (09:25 +0000)
modules/bindbackend/binddnssec.cc

index 47b2a37812115c8350a1d8a0191bfa5ba2989bd1..fb125af2724059bae9ea6d2f291d61e68b95ae07 100644 (file)
@@ -174,7 +174,7 @@ bool Bind2Backend::getNSEC3PARAM(const DNSName& name, NSEC3PARAMRecordContent* n
 
     if (ns3p->d_iterations > maxNSEC3Iterations) {
       ns3p->d_iterations = maxNSEC3Iterations;
-      L<<Logger::Error<<"Number of NSEC3 iterations for zone '"<<name<<"' is above 'max-nsec3-iterations'. Value adjsted to: "<<maxNSEC3Iterations<<endl;
+      L<<Logger::Error<<"Number of NSEC3 iterations for zone '"<<name<<"' is above 'max-nsec3-iterations'. Value adjusted to: "<<maxNSEC3Iterations<<endl;
     }
 
     if (ns3p->d_algorithm != 1) {