From 45bbc8938a382733edafacf37e9e30ddbc7c1f05 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:42:48 -0500 Subject: [PATCH] spelling: system Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- regression-tests.recursor-dnssec/test_NamedForward.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests.recursor-dnssec/test_NamedForward.py b/regression-tests.recursor-dnssec/test_NamedForward.py index f8f826f28e..b7975e7711 100644 --- a/regression-tests.recursor-dnssec/test_NamedForward.py +++ b/regression-tests.recursor-dnssec/test_NamedForward.py @@ -61,7 +61,7 @@ system-resolver-ttl=1 subprocess.run(['sudo', 'sed', '-i', '-e', '/namedforwardtest/d', '/etc/hosts']) subprocess.run(['sudo', 'sh', '-c', 'echo ' + self._PREFIX + '.12 namedforwardtest >> /etc/hosts']) - # the change should get picked up by the systemn resolver update thread and the reload flushes the caches + # the change should get picked up by the system resolver update thread and the reload flushes the caches time.sleep(2) res = self.sendUDPQuery(query) subprocess.run(['sudo', 'sed', '-i', '-e', '/namedforwardtest/d', '/etc/hosts']) -- 2.47.3