From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:42:48 +0000 (-0500) Subject: spelling: system X-Git-Tag: rec-5.4.0-alpha1~61^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45bbc8938a382733edafacf37e9e30ddbc7c1f05;p=thirdparty%2Fpdns.git spelling: system Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- 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'])