From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:41:44 +0000 (-0500) Subject: spelling: structure X-Git-Tag: rec-5.4.0-alpha1~61^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35e78a258a4ea86ca45247639aab4418835d2d14;p=thirdparty%2Fpdns.git spelling: structure Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/regression-tests.recursor-dnssec/test_AggressiveNSECCache.py b/regression-tests.recursor-dnssec/test_AggressiveNSECCache.py index 7f2520bc6a..284ae1dcd6 100644 --- a/regression-tests.recursor-dnssec/test_AggressiveNSECCache.py +++ b/regression-tests.recursor-dnssec/test_AggressiveNSECCache.py @@ -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