diff options
Diffstat (limited to 'scripts/update_chitu.py')
-rwxr-xr-x | scripts/update_chitu.py | 2 |
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') |