From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 20 Nov 2025 12:32:28 +0000 (-0500) Subject: spelling: over X-Git-Tag: rec-5.4.0-alpha1~61^2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00fade48718f6c6b781745337d03da8acceda502;p=thirdparty%2Fpdns.git spelling: over 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 899a34f600..33b00fa28a 100644 --- a/regression-tests.dnsdist/test_EBPF.py +++ b/regression-tests.dnsdist/test_EBPF.py @@ -149,7 +149,7 @@ class TestSimpleEBPF(DNSDistTest): except pycurl.error: pass - # not over over QUIC-based protocols + # not over QUIC-based protocols for method in ["sendDOQQueryWrapper", "sendDOH3QueryWrapper"]: sender = getattr(self, method) (receivedQuery, receivedResponse) = sender(query, response, timeout=1)