aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Anderson <adamcanderson400@gmail.com>2026-02-04 22:17:16 -0800
committerAdam Anderson <adamcanderson400@gmail.com>2026-02-04 22:17:16 -0800
commit94bb780ac3db53ef49d4bb72686567894ee4e705 (patch)
tree2325ff0f3df479a14a180926c1d5f966bf7f1952
parente513de7e16db9c432f8b2ffd64843170dee77314 (diff)
sokol_fetch.h: fix typo in documentation
-rw-r--r--sokol_fetch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_fetch.h b/sokol_fetch.h
index ad7d993e..acd10b89 100644
--- a/sokol_fetch.h
+++ b/sokol_fetch.h
@@ -75,7 +75,7 @@
(1) initialize sokol-fetch with default parameters (but NOTE that the
default setup parameters provide a safe-but-slow "serialized"
- operation). In order to see any logging output in case or errors
+ operation). In order to see any logging output in case of errors
you should always provide a logging function
(such as 'slog_func' from sokol_log.h):