From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 16:33:10 +0000 (-0500) Subject: spelling: badalg X-Git-Tag: rec-5.4.0-alpha1~61^2~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7651ab0b774b247ee319a76aa20734442c574f55;p=thirdparty%2Fpdns.git spelling: badalg Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/regression-tests/tkey.py b/regression-tests/tkey.py index 1a466284e9..1495b4fa0a 100755 --- a/regression-tests/tkey.py +++ b/regression-tests/tkey.py @@ -31,7 +31,7 @@ def main(host, port): # answer is called tkey.unit.test ANY TKEY (compressed it seems) ensure(data, 32, b"\xc0\x0c\x00\xf9\x00\xff") - # and then ensure we get an BADALGO or error, at least. + # and then ensure we get an BADALG or error, at least. if (data[64:66] == "\x00\x00"): raise Exception("At packet offset {0!s}: expected {2!r}, got {1!r}".format(offset,data[offset:offset+len(value)], value))