From 4779456c3fecbf83b2aa591bb6b05821b7ec1148 Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Sat, 10 Apr 2010 20:31:01 +0000 Subject: Fix typos in comments git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25574 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index 0959cdf514..27a3196e16 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -1215,11 +1215,11 @@ enum hotkey_action { }; struct hotkey_assignment { - int item; /* Bit or'd hotkey_action and HOTKEY_CTX_x */ - struct menu_func func; /* Function to run if this entry is selcted */ - int return_code; /* What to return afer the function is run */ + int item; /* Bit or'd hotkey_action and HOTKEY_CTX_x */ + struct menu_func func; /* Function to run if this entry is selected */ + int return_code; /* What to return after the function is run */ const struct menu_item_ex *menu_addr; - int lang_id; /* How to present the item to the user */ + int lang_id; /* How to present the item to the user */ }; #define HOTKEY_FUNC(func, param) {{(void *)func}, param} -- cgit