aboutsummaryrefslogtreecommitdiff
path: root/sokol_glue.h
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2024-03-20 22:10:52 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2024-03-20 22:10:52 +0700
commit05fa1c7ebb2c20c32cb2bd10a1c08c18e32c461a (patch)
tree85f7260fd4b38977aca2100da0612ebb29d608f5 /sokol_glue.h
parentdd00e4d3a5af2461e117f714ee8fce432fc37c2f (diff)
Fix a couple of typos.
Diffstat (limited to 'sokol_glue.h')
-rw-r--r--sokol_glue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_glue.h b/sokol_glue.h
index b688a87e..a715b174 100644
--- a/sokol_glue.h
+++ b/sokol_glue.h
@@ -43,7 +43,7 @@
functions. Use this in the sg_setup() call like this:
sg_setup(&(sg_desc){
- .environment = sglue_enviornment(),
+ .environment = sglue_environment(),
...
});