diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2020-03-19 20:40:43 +0700 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2020-03-19 20:40:43 +0700 |
| commit | ccd5eb707deb2494848342a5a9f3b4cc3727d854 (patch) | |
| tree | 1ddbc0a6fe9f088690c7faa0c8c79a544982687f /sokol_app.h | |
| parent | 82707c2dd90b4086341c7e4171909cf0bb2753bb (diff) | |
Fix typos.
Diffstat (limited to 'sokol_app.h')
| -rw-r--r-- | sokol_app.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_app.h b/sokol_app.h index 4ff282b8..6203029e 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -832,7 +832,7 @@ SOKOL_API_DECL sapp_desc sapp_query_desc(void); SOKOL_API_DECL void sapp_request_quit(void); /* cancel a pending quit (when SAPP_EVENTTYPE_QUIT_REQUESTED has been received) */ SOKOL_API_DECL void sapp_cancel_quit(void); -/* intiate a "hard quit" (quit application without sending SAPP_EVENTTYPE_QUIT_REQUSTED) */ +/* initiate a "hard quit" (quit application without sending SAPP_EVENTTYPE_QUIT_REQUSTED) */ SOKOL_API_DECL void sapp_quit(void); /* call from inside event callback to consume the current event (don't forward to platform) */ SOKOL_API_DECL void sapp_consume_event(void); |