]> granicus.if.org Git - pdns/commitdiff
Fix typo in comment
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 13 Oct 2013 18:58:27 +0000 (20:58 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 13 Oct 2013 18:58:27 +0000 (20:58 +0200)
pdns/dnsbackend.cc

index 42641da4532427d7146a889bcf7087b0dd70b35c..418c895c896a14991885e3dd11ad23596cb54361 100644 (file)
@@ -201,7 +201,7 @@ vector<DNSBackend *>BackendMakerClass::all(bool metadataOnly)
 }
 
 /** getSOA() is a function that is called to get the SOA of a domain. Callers should ONLY
-    use getSOA() and no perform a lookup() themselves as backends may decide to special case
+    use getSOA() and not perform a lookup() themselves as backends may decide to special case
     the SOA record.
     
     Returns false if there is definitely no SOA for the domain. May throw a DBException