]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Merge pull request #16531 from jsoref/spelling
authorMiod Vallat <miod.vallat@powerdns.com>
Thu, 20 Nov 2025 14:26:41 +0000 (15:26 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Nov 2025 14:26:41 +0000 (15:26 +0100)
Spelling

1  2 
.github/workflows/codeql-analysis.yml
regression-tests.recursor-dnssec/recursortests.py
regression-tests.recursor-dnssec/test_AggressiveNSECCache.py

Simple merge
index ff79e6567c0174e7453269c20d7a95bffc7b94d3,284ae1dcd6812e4a8655c0068a5f7490b4525908..76ce173ecef729dd11f28ab597b3f593392c098f
@@@ -46,11 -46,10 +46,11 @@@ class AggressiveNSECCacheBase(RecursorT
              if entry['name'] == name:
                  return int(entry['value'])
  
 -        self.assertTrue(False)
 +        self.fail()
 +        return -1
  
      def testNoEDE(self):
-         # This isn't an aggresive 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