From: Otto Moerbeek Date: Thu, 24 Jul 2025 08:06:21 +0000 (+0200) Subject: Typos in comments X-Git-Tag: auth-5.0.0-beta1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15893%2Fhead;p=thirdparty%2Fpdns.git Typos in comments Co-authored-by: Remi Gacogne Signed-off-by: Otto Moerbeek --- diff --git a/pdns/recursordist/test-syncres_cc1.cc b/pdns/recursordist/test-syncres_cc1.cc index 9862dd640..8bbe47a08 100644 --- a/pdns/recursordist/test-syncres_cc1.cc +++ b/pdns/recursordist/test-syncres_cc1.cc @@ -1635,8 +1635,8 @@ BOOST_AUTO_TEST_CASE(test_following_cname_chain_with_rpz) BOOST_CHECK_EQUAL(ret[2].d_name, cnameTargetb); BOOST_CHECK_EQUAL(ret[2].getContent()->getZoneRepresentation(), "192.0.2.2"); - // Let the final record expire. If an RPZ pruding a custom CNAME was hit, we used to not follow - // the CNAME as aggresively as needed. The symptom being the final record missing from the + // Let the final record expire. If an RPZ producing a custom CNAME was hit, we used to not follow + // the CNAME as aggressively as needed. The symptom being the final record missing from the // result. resolver->setNow(timeval{now + 20, 0}); resolver->setQNameMinimization(true); // XXX find out why this is needed