From 60879fd298fe3b4f3dda63561e6a1c9bdc5ee9af Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Fri, 25 Jul 2025 18:31:19 +0200 Subject: klippy: fix typos in python code (#6989) Signed-off-by: Thijs Triemstra --- scripts/update_chitu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/update_chitu.py') diff --git a/scripts/update_chitu.py b/scripts/update_chitu.py index a1ef4d8b..cf7fcfe9 100755 --- a/scripts/update_chitu.py +++ b/scripts/update_chitu.py @@ -76,7 +76,7 @@ def encode_file(input, output_file, file_length): xor_crc = 0xef3d4323; - # the input file is exepcted to be in chunks of 0x800 + # the input file is expected to be in chunks of 0x800 # so round the size while len(input_file) % block_size != 0: input_file.extend(b'0x0') -- cgit v1.2.3-70-g09d2