aboutsummaryrefslogtreecommitdiff
path: root/py/makeqstrdata.py
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-07-31 14:57:36 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-07-31 14:58:14 +0300
commit3a2fb201a52367286d25bede4612c73b6a1cd4b9 (patch)
tree1376c42751e8a731057dc13182cbdf0820a391c9 /py/makeqstrdata.py
parenta95b06fc6b8adefa91303039cff0a35d3ae45d5a (diff)
makeqstrdata.py: Typo fix in comment.
Diffstat (limited to 'py/makeqstrdata.py')
-rw-r--r--py/makeqstrdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/makeqstrdata.py b/py/makeqstrdata.py
index 234e65d46..8100842b4 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('')