]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: qtype
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 19:17:32 +0000 (14:17 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:32:42 +0000 (07:32 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/dnsdistdist/dnsdist-console-completion.cc

index de9317de0139126d50a3ca4758bcd6a6e6f7488f..93937fd590fd7f320ce12757e0750f3bc6ab03b2 100644 (file)
@@ -217,7 +217,7 @@ static std::vector<dnsdist::console::completion::ConsoleKeyword> 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"},