diff --git a/py/makeqstrdata.py b/py/makeqstrdata.py index 234e65d46f5ce86b96609e58a4c814af9efbfc0b..8100842b4c13eb4494b6f65fcbcf9814b30df8e4 100644 --- a/py/makeqstrdata.py +++ b/py/makeqstrdata.py @@ -84,7 +84,7 @@ def do_work(infiles): cfg_bytes_hash = int(qcfgs['BYTES_IN_HASH']) cfg_max_len = 1 << (8 * cfg_bytes_len) - # print out the starte of the generated C header file + # print out the starter of the generated C header file print('// This file was automatically generated by makeqstrdata.py') print('')