From bb2e0f82af7d90da3db7ca3e55e894fd7ecb266d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:17:32 -0500 Subject: [PATCH] spelling: qtype Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/dnsdistdist/dnsdist-console-completion.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, -- 2.47.3