From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:17:32 +0000 (-0500) Subject: spelling: qtype X-Git-Tag: rec-5.4.0-alpha1~61^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb2e0f82af7d90da3db7ca3e55e894fd7ecb266d;p=thirdparty%2Fpdns.git spelling: qtype Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/dnsdistdist/dnsdist-console-completion.cc b/pdns/dnsdistdist/dnsdist-console-completion.cc index de9317de01..93937fd590 100644 --- a/pdns/dnsdistdist/dnsdist-console-completion.cc +++ b/pdns/dnsdistdist/dnsdist-console-completion.cc @@ -217,7 +217,7 @@ static std::vector s_consoleKeywor {"RCodeRule", true, "rcode", "matches responses with the specified rcode"}, {"RDRule", true, "", "Matches queries with the RD flag set"}, {"RecordsCountRule", true, "section, minCount, maxCount", "Matches if there is at least minCount and at most maxCount records in the section section. section can be specified as an integer or as a DNS Packet Sections"}, - {"RecordsTypeCountRule", true, "section, qtype, minCount, maxCount", "Matches if there is at least minCount and at most maxCount records of type type in the section section"}, + {"RecordsTypeCountRule", true, "section, qtype, minCount, maxCount", "Matches if there is at least minCount and at most maxCount records of type qtype in the section section"}, {"RegexRule", true, "regex", "matches the query name against the supplied regex"}, {"registerDynBPFFilter", true, "DynBPFFilter", "register this dynamic BPF filter into the web interface so that its counters are displayed"}, {"reloadAllCertificates", true, "", "reload all DNSCrypt and TLS certificates, along with their associated keys"},