]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: address
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 16:23:54 +0000 (11:23 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:31:09 +0000 (07:31 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
regression-tests.recursor-dnssec/test_ProxyProtocol.py

index 25801622e78cf89cbc31821c79f35d9ecb124942..31a6bd21acc28fc15cf5de6b63e724212b3279a7 100644 (file)
@@ -140,7 +140,7 @@ api-key=%s
         # We allow all kind of entries, but 127.0.0.1 must have the given value, due to the
         # testLocalProxyProtocol test, which actually does not set a source address.  If we see a
         # higher value than expected, some ProxyProtocol clients were accounted as 127.0.0.1, which
-        # is not right as all other tests set a source addres other than 127.0.0.1
+        # is not right as all other tests set a source address other than 127.0.0.1
         for entry in content['entries']:
             if entry[1] == '127.0.0.1':
                 self.assertEqual(entry[0], expected127001)