From: Josh Soref Date: Thu, 11 Mar 2021 03:42:12 +0000 (-0500) Subject: spelling: queries X-Git-Tag: rec-4.5.0-beta1~30^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf6647ed834490627fad9e6b2a863887735bc0bc;p=thirdparty%2Fpdns.git spelling: queries Signed-off-by: Josh Soref --- diff --git a/pdns/auth-querycache.hh b/pdns/auth-querycache.hh index f0c477e2f0..33bd8a7cae 100644 --- a/pdns/auth-querycache.hh +++ b/pdns/auth-querycache.hh @@ -44,7 +44,7 @@ public: bool getEntry(const DNSName &qname, const QType& qtype, vector& entry, int zoneID); size_t size() { return *d_statnumentries; } //!< number of entries in the cache - void cleanup(); //!< force the cache to preen itself from expired querys + void cleanup(); //!< force the cache to preen itself from expired queries uint64_t purge(); uint64_t purge(const std::string& match); // could be $ terminated. Is not a dnsname! uint64_t purgeExact(const DNSName& qname); // no wildcard matching here