From 7651ab0b774b247ee319a76aa20734442c574f55 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 11:33:10 -0500 Subject: [PATCH] spelling: badalg Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- regression-tests/tkey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.47.3