]> granicus.if.org Git - pdns/commitdiff
Fixed typo in pdnssec
authorJan-Piet Mens <jpmens@gmail.com>
Tue, 13 Jan 2015 16:02:22 +0000 (17:02 +0100)
committerJan-Piet Mens <jpmens@gmail.com>
Tue, 13 Jan 2015 16:02:22 +0000 (17:02 +0100)
pdns/pdnssec.cc

index 9d99b2d082b56847d479659e03e7f85bf7afb26e..348e3f86a9809ba6093b4f569a66bc3eae479956 100644 (file)
@@ -497,7 +497,7 @@ int checkZone(DNSSECKeeper &dk, UeberBackend &B, const std::string& zone)
       if (rr.qtype.getCode() == QType::NS) {
         hasNsAtApex=true;
       } else if (rr.qtype.getCode() == QType::DS) {
-        cout<<"[Warning] DS at apex in zone '"<<zone<<"', should no be here."<<endl;
+        cout<<"[Warning] DS at apex in zone '"<<zone<<"', should not be here."<<endl;
         numwarnings++;
       }
     } else {