]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: "a"
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 19:02:33 +0000 (14:02 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:30:59 +0000 (07:30 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/test-syncres_cc8.cc

index 3f531c6ed3a55c920567ce6ba312d6939b0ec1d9..cc4a190f3fd5df8fc0d3af3178977ffe1614f73d 100644 (file)
@@ -362,7 +362,7 @@ BOOST_AUTO_TEST_CASE(test_nsec_insecure_delegation_denial_soa)
    * NSEC3 RR.
    */
   /*
-    The RRSIG from "." denies the existence of any type at a except NS and SOA.
+    The RRSIG from "." denies the existence of any type at "a" except NS and SOA.
     NS has to be set since it is proving an insecure delegation, but SOA should NOT!
   */
   addNSECRecordToLW(DNSName("a."), DNSName("b."), {QType::NS, QType::SOA}, 600, records);
@@ -1104,7 +1104,7 @@ BOOST_AUTO_TEST_CASE(test_nsec3_insecure_delegation_denial_soa)
    * NSEC3 RR.
    */
   /*
-    The RRSIG from "." denies the existence of any type at a except NS and SOA.
+    The RRSIG from "." denies the existence of any type at "a" except NS and SOA.
     NS has to be set since it is proving an insecure delegation, but SOA should NOT!
   */
   addNSEC3UnhashedRecordToLW(DNSName("a."), DNSName("."), "whatever", {QType::NS, QType::SOA}, 600, records);