commit | 3a2fb201a52367286d25bede4612c73b6a1cd4b9 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Fri Jul 31 14:57:36 2015 +0300 |
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Fri Jul 31 14:58:14 2015 +0300 |
tree | 1376c42751e8a731057dc13182cbdf0820a391c9 | |
parent | a95b06fc6b8adefa91303039cff0a35d3ae45d5a [diff] [blame] |
makeqstrdata.py: Typo fix in comment.
diff --git a/py/makeqstrdata.py b/py/makeqstrdata.py index 234e65d..8100842 100644 --- a/py/makeqstrdata.py +++ b/py/makeqstrdata.py
@@ -84,7 +84,7 @@ 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('')