diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-02-23 18:26:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-23 18:26:51 +0100 |
| commit | 123f30c5166f65844a201246d244bda83ddf5f69 (patch) | |
| tree | a81ff0753625ff32ae4bbb3fd84d0c7247609f1a /bindgen | |
| parent | b0aa42fa061759908a6c68029703e0988a854b53 (diff) | |
| parent | 403a5de342c0aec7a76eaac72f097e513ea7ef2a (diff) | |
Merge pull request #1214 from waywardmonkeys/reduce-typo-count
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', |