From 284d807746195952a735e342ef2f06119812ff54 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 24 Jul 2025 10:06:21 +0200 Subject: [PATCH] Typos in comments Co-authored-by: Remi Gacogne Signed-off-by: Otto Moerbeek --- pdns/recursordist/test-syncres_cc1.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2