]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: structure
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:41:44 +0000 (12:41 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:32:42 +0000 (07:32 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
regression-tests.recursor-dnssec/test_AggressiveNSECCache.py

index 7f2520bc6afb5e5339584f8d3bb1b1bdb96cbe20..284ae1dcd6812e4a8655c0068a5f7490b4525908 100644 (file)
@@ -49,7 +49,7 @@ class AggressiveNSECCacheBase(RecursorTest):
         self.assertTrue(False)
 
     def testNoEDE(self):
-        # This isn't an aggressive cache check, but the strcuture is very similar to the others,
+        # This isn't an aggressive cache check, but the structure is very similar to the others,
         # so letys place it here.
         # It test the issue that an intermediate EDE does not get reported with the final answer
         # https://github.com/PowerDNS/pdns/pull/12694