]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: system
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:42:48 +0000 (12:42 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:32:42 +0000 (07:32 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
regression-tests.recursor-dnssec/test_NamedForward.py

index f8f826f28ed7f3ec6a03dc4b89f21ea5636bbe85..b7975e7711b2bf1d4b09cb0f3ae4d1db5d993a7a 100644 (file)
@@ -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'])