From b69c03e22f2b8358c83d5fc09e7338d8e42c3650 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:31:14 -0500 Subject: [PATCH] spelling: only 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 1cefa28f14..6a9973f925 100644 --- a/regression-tests.dnsdist/test_EBPF.py +++ b/regression-tests.dnsdist/test_EBPF.py @@ -96,7 +96,7 @@ class TestSimpleEBPF(DNSDistTest): receivedResponse.id = response.id self.assertEqual(response, receivedResponse) - def testQNameBlockedOnylForAny(self): + def testQNameBlockedOnlyForAny(self): # unblock 127.0.0.1, just in case self.sendConsoleCommand('bpf:unblock(newCA("127.0.0.1"))') -- 2.47.3