From 00fade48718f6c6b781745337d03da8acceda502 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 20 Nov 2025 07:32:28 -0500 Subject: [PATCH] spelling: over Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- regression-tests.dnsdist/test_EBPF.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3