From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:02:33 +0000 (-0500) Subject: spelling: "a" X-Git-Tag: rec-5.4.0-alpha1~61^2~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37dd1df191890e7582630d1a6802a611e502edb1;p=thirdparty%2Fpdns.git spelling: "a" Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/recursordist/test-syncres_cc8.cc b/pdns/recursordist/test-syncres_cc8.cc index 3f531c6ed3..cc4a190f3f 100644 --- a/pdns/recursordist/test-syncres_cc8.cc +++ b/pdns/recursordist/test-syncres_cc8.cc @@ -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);