From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:12:32 +0000 (-0500) Subject: spelling: that X-Git-Tag: rec-5.4.0-alpha1~61^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4737d72fdb412f61bd87b81b0d31b0abb2edf835;p=thirdparty%2Fpdns.git spelling: that Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/recursordist/syncres.cc b/pdns/recursordist/syncres.cc index 90e8b3fd73..3e8d907c5c 100644 --- a/pdns/recursordist/syncres.cc +++ b/pdns/recursordist/syncres.cc @@ -3162,7 +3162,7 @@ static void harvestNXRecords(const vector& records, NegCache::NegCach for (const auto& rec : records) { if (rec.d_place != DNSResourceRecord::AUTHORITY) { // RFC 4035 section 3.1.3. indicates that NSEC records MUST be placed in - // the AUTHORITY section. Section 3.1.1 indicates that that RRSIGs for + // the AUTHORITY section. Section 3.1.1 indicates that RRSIGs for // records MUST be in the same section as the records they cover. // Hence, we ignore all records outside of the AUTHORITY section. continue;