summaryrefslogtreecommitdiff
path: root/alpine/osdep/termin.gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/osdep/termin.gen.c')
-rw-r--r--alpine/osdep/termin.gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/osdep/termin.gen.c b/alpine/osdep/termin.gen.c
index dfea78f..d42ba3c 100644
--- a/alpine/osdep/termin.gen.c
+++ b/alpine/osdep/termin.gen.c
@@ -620,7 +620,7 @@ optionally_enter(char *utf8string, int y_base, int x_base, int utf8string_size,
case ctrl('H'):
/* Try and do this with by telling the terminal to delete a
a character. If that fails, then repaint the rest of the
- line, acheiving the same much less efficiently
+ line, achieving the same much less efficiently
*/
if(field_pos <= 0)
goto bleep;