From 4dfd8645f92792de69ecf23316e828f9fed9b38a Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 13 Oct 2013 20:58:27 +0200 Subject: [PATCH] Fix typo in comment --- pdns/dnsbackend.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2