summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/action.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/action.c b/apps/action.c
index e260914237..cd76faafec 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -419,9 +419,9 @@ int action_get_touchscreen_press_in_vp(short *x1, short *y1, struct viewport *vp
419} 419}
420#endif 420#endif
421 421
422/* Don't let get_action*() return any ACTION_* values untill the current buttons 422/* Don't let get_action*() return any ACTION_* values until the current buttons
423 * have ben release. SYS_* and BUTTON_NONE will go through. 423 * have been released. SYS_* and BUTTON_NONE will go through.
424 * Any actions relying on _RELEASE won't get seen 424 * Any actions relying on _RELEASE won't get seen.
425 */ 425 */
426void action_wait_for_release(void) 426void action_wait_for_release(void)
427{ 427{