]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: queries
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 11 Mar 2021 03:42:12 +0000 (22:42 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 12 Mar 2021 14:22:45 +0000 (09:22 -0500)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pdns/auth-querycache.hh

index f0c477e2f08ce59d0ab55d4c2457658f06399d26..33bd8a7cae0aa84118b09a6ac068e1f071c97858 100644 (file)
@@ -44,7 +44,7 @@ public:
   bool getEntry(const DNSName &qname, const QType& qtype, vector<DNSZoneRecord>& 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