aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2019-06-10 15:34:24 +0200
committerAndre Weissflog <floooh@gmail.com>2019-06-10 15:34:24 +0200
commit9e63c1c44b3ac6b9c2f66b7bedab17b537dfcf10 (patch)
tree0fa2fad1c9c9d21fc2aa1cdebb59f8e437e8dd90
parent454d5722f468b78a986091bbe3d13be81f7772ad (diff)
sokol_app.h: comment doc typo
-rw-r--r--sokol_app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_app.h b/sokol_app.h
index 27936eb2..8b9722f1 100644
--- a/sokol_app.h
+++ b/sokol_app.h
@@ -311,7 +311,7 @@
custom shutdown code.
On the web platform, you can call the following function to let the
- browser open a standard popup dialog before the user wants to leave a side:
+ browser open a standard popup dialog before the user wants to leave a site:
sapp_html5_ask_leave_site(bool ask);