From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 16:26:40 +0000 (-0500) Subject: spelling: answer X-Git-Tag: rec-5.4.0-alpha1~61^2~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bbdb2f72f0852553228434fb9ab40cf6d1fd29a;p=thirdparty%2Fpdns.git spelling: answer Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/regression-tests.dnsdist/test_CacheMissActions.py b/regression-tests.dnsdist/test_CacheMissActions.py index 9b25ccea07..bb56a92a80 100644 --- a/regression-tests.dnsdist/test_CacheMissActions.py +++ b/regression-tests.dnsdist/test_CacheMissActions.py @@ -17,7 +17,7 @@ class TestCacheMissSelfAnswered(DNSDistTest): pc = newPacketCache(100, {maxTTL=86400, minTTL=1}) getPool(""):setCache(pc) -- this does not really make sense on its own, but we might want - -- to refuse queries for a domain under attack if the anwer is not cached + -- to refuse queries for a domain under attack if the answer is not cached addCacheMissAction(SuffixMatchNodeRule("refused.cache-miss.tests.powerdns.com."), RCodeAction(DNSRCode.REFUSED), {name="myFirstRule"}) """ @@ -92,7 +92,7 @@ class TestCacheMissGoToADifferentPool(DNSDistTest): addAction(AllRule(), PoolAction("initial")) -- this does not really make sense on its own, but we might want -- to route queries for a domain under attack to a different pool - -- of 'best-effort' servers if the anwer is not cached + -- of 'best-effort' servers if the answer is not cached addCacheMissAction(SuffixMatchNodeRule("routed-to-slow.cache-miss.tests.powerdns.com."), PoolAction("slow")) """