]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: over other
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:32:19 +0000 (07:32 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:32:19 +0000 (07:32 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
regression-tests.dnsdist/test_EBPF.py

index 6a9973f9250206e371240d77e064bb1bfb20bc81..899a34f6000dd7150ec98e9e9f886d9ed57669f3 100644 (file)
@@ -85,7 +85,7 @@ class TestSimpleEBPF(DNSDistTest):
             (_, receivedResponse) = sender(query, response=None, useQueue=False, timeout=0.5)
             self.assertEqual(receivedResponse, None)
 
-        # not over over protocols
+        # not over other protocols
         for method in ["sendTCPQuery", "sendDOTQueryWrapper", "sendDOHWithNGHTTP2QueryWrapper", "sendDOQQueryWrapper", "sendDOH3QueryWrapper"]:
             sender = getattr(self, method)
             (receivedQuery, receivedResponse) = sender(query, response, timeout=1)