From 3a2fb201a52367286d25bede4612c73b6a1cd4b9 Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Fri, 31 Jul 2015 14:57:36 +0300
Subject: [PATCH] makeqstrdata.py: Typo fix in comment.

---
 py/makeqstrdata.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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('')
 
-- 
GitLab