]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typos in comments 15893/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 24 Jul 2025 08:06:21 +0000 (10:06 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Jul 2025 08:06:21 +0000 (10:06 +0200)
Co-authored-by: Remi Gacogne <github@coredump.fr>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/recursordist/test-syncres_cc1.cc

index 9862dd6403052ec7b39a0c17ee302ce0b34c3da2..8bbe47a0833e4fc44aaf3f2287b826d4dc0a4991 100644 (file)
@@ -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