summaryrefslogtreecommitdiff
path: root/alpine/keymenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/keymenu.h')
-rw-r--r--alpine/keymenu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/alpine/keymenu.h b/alpine/keymenu.h
index 3885e44..4218ffb 100644
--- a/alpine/keymenu.h
+++ b/alpine/keymenu.h
@@ -242,7 +242,7 @@ struct key_menu {
* label (the Save part) but the actual command (the S) will stay
* the same, so it will be very difficult to come up with mnemonic
* labels. The mnemonic isn't necessary, just nice. You can see that
- * we have stretched to the edge of the usefullness of mnemonics with
+ * we have stretched to the edge of the usefulness of mnemonics with
* cases like K Kolor (instead of Color) and X eXceptions (because E
* already meant something else).
*/
@@ -674,7 +674,7 @@ extern struct key_menu cancel_keymenu,
extern struct key rev_msg_keys[];
-/* exported protoypes */
+/* exported prototypes */
void draw_cancel_keymenu(void);
void end_keymenu(void);
int menu_command(UCS, struct key_menu *);