]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: still
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:41:23 +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>
pdns/webserver.hh
regression-tests.recursor-dnssec/test_AggressiveNSECCache.py

index 12d8aec1269800f2c62a49af8edc3a58b515772a..fe0283743e2618f25cc389cae72d1a86a4d11a3a 100644 (file)
@@ -24,7 +24,7 @@
 #include "config.h"
 
 #ifdef RECURSOR
-// Network facing/routing part of webserver is implemented in rust. We stil use a few classes from
+// Network facing/routing part of webserver is implemented in rust. We still use a few classes from
 // yahttp, but do not link to it.
 #define RUST_WS
 #endif
index 8724791f1290551b52e2f347cd809f60a413f8a4..7f2520bc6afb5e5339584f8d3bb1b1bdb96cbe20 100644 (file)
@@ -227,7 +227,7 @@ class AggressiveNSECCacheNSECTest(AggressiveNSECCacheBase):
         self.assertAuthorityHasSOA(res)
         self.assertGreater(self.getMetric('all-outqueries'), nbQueries)
 
-        # Check that we stil have one aggressive cache entry
+        # Check that we still have one aggressive cache entry
         self.assertEqual(1, self.getMetric('aggressive-nsec-cache-entries'))
         print(res.options)
         self.assertEqual(res.edns, 0)