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

index 1a466284e9ed3d1e699e2c9e52fcaff64051ad45..1495b4fa0a0c9fdee5c231bb735605f205763bbf 100755 (executable)
@@ -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))