aboutsummaryrefslogtreecommitdiff
path: root/bindgen
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2025-02-23 18:26:51 +0100
committerGitHub <noreply@github.com>2025-02-23 18:26:51 +0100
commit123f30c5166f65844a201246d244bda83ddf5f69 (patch)
treea81ff0753625ff32ae4bbb3fd84d0c7247609f1a /bindgen
parentb0aa42fa061759908a6c68029703e0988a854b53 (diff)
parent403a5de342c0aec7a76eaac72f097e513ea7ef2a (diff)
Merge pull request #1214 from waywardmonkeys/reduce-typo-count
Reduce typo count
Diffstat (limited to 'bindgen')
-rw-r--r--bindgen/gen_c3.py2
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',