diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2025-02-24 00:24:55 +0700 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2025-02-24 00:24:55 +0700 |
| commit | 403a5de342c0aec7a76eaac72f097e513ea7ef2a (patch) | |
| tree | a81ff0753625ff32ae4bbb3fd84d0c7247609f1a /bindgen | |
| parent | b0aa42fa061759908a6c68029703e0988a854b53 (diff) | |
Reduce typo count
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', |