From: Ruben Kerkhof Date: Sun, 13 Oct 2013 18:58:27 +0000 (+0200) Subject: Fix typo in comment X-Git-Tag: rec-3.6.0-rc1~415^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1052%2Fhead;p=thirdparty%2Fpdns.git Fix typo in comment --- diff --git a/pdns/dnsbackend.cc b/pdns/dnsbackend.cc index 42641da453..418c895c89 100644 --- a/pdns/dnsbackend.cc +++ b/pdns/dnsbackend.cc @@ -201,7 +201,7 @@ vectorBackendMakerClass::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