From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 20 Nov 2025 12:32:19 +0000 (-0500) Subject: spelling: over other X-Git-Tag: rec-5.4.0-alpha1~61^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1489cceb1205eb0cdff718ddc673b50011c4de1b;p=thirdparty%2Fpdns.git spelling: over other Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/regression-tests.dnsdist/test_EBPF.py b/regression-tests.dnsdist/test_EBPF.py index 6a9973f925..899a34f600 100644 --- a/regression-tests.dnsdist/test_EBPF.py +++ b/regression-tests.dnsdist/test_EBPF.py @@ -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)