aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/update_chitu.py
diff options
context:
space:
mode:
authorThijs Triemstra <info@collab.nl>2025-07-25 18:31:19 +0200
committerGitHub <noreply@github.com>2025-07-25 12:31:19 -0400
commit60879fd298fe3b4f3dda63561e6a1c9bdc5ee9af (patch)
tree74cd5c84ca4758c2de14f0fd1686b75a74bfa142 /scripts/update_chitu.py
parentef4c76fe9494d0e011d6da5610fa868d2e702fff (diff)
downloadkutter-60879fd298fe3b4f3dda63561e6a1c9bdc5ee9af.tar.gz
kutter-60879fd298fe3b4f3dda63561e6a1c9bdc5ee9af.tar.xz
kutter-60879fd298fe3b4f3dda63561e6a1c9bdc5ee9af.zip
klippy: fix typos in python code (#6989)
Signed-off-by: Thijs Triemstra <info@collab.nl>
Diffstat (limited to 'scripts/update_chitu.py')
-rwxr-xr-xscripts/update_chitu.py2
1 files changed, 1 insertions, 1 deletions
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')