]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: answer
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 16:26:40 +0000 (11:26 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:31:10 +0000 (07:31 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
regression-tests.dnsdist/test_CacheMissActions.py

index 9b25ccea075c4d90cccbfdb9415594bd4b5e7e56..bb56a92a80a0a319c1709a918608806e4fe16850 100644 (file)
@@ -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"))
     """