diff options
Diffstat (limited to 'bindgen')
| -rw-r--r-- | bindgen/gen_c3.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindgen/gen_c3.py b/bindgen/gen_c3.py index 11718476..39323edb 100644 --- a/bindgen/gen_c3.py +++ b/bindgen/gen_c3.py @@ -11,7 +11,7 @@ bindings_root = 'sokol-c3' c_root = f'{bindings_root}/sokol.c3l/c' module_root = f'{bindings_root}/sokol.c3l' -# TODO: Consider chaning module names to something shorter. +# TODO: Consider changing module names to something shorter. # For example we could C prefixes, for example `sg` instead of current `gfx`. module_names = { 'slog_': 'slog', |