From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 16:23:54 +0000 (-0500) Subject: spelling: address X-Git-Tag: rec-5.4.0-alpha1~61^2~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab5683879ef78c655dd3e84e5ba802c3345c5374;p=thirdparty%2Fpdns.git spelling: address Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/regression-tests.recursor-dnssec/test_ProxyProtocol.py b/regression-tests.recursor-dnssec/test_ProxyProtocol.py index 25801622e7..31a6bd21ac 100644 --- a/regression-tests.recursor-dnssec/test_ProxyProtocol.py +++ b/regression-tests.recursor-dnssec/test_ProxyProtocol.py @@ -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)