Skip to content

Commit 5097399

Browse files
author
Jakub Horký
committed
lib/tty/key.c: Fix typo in comment
Signed-off-by: Jakub Horký <jakub.git@horky.net>
1 parent 34a216a commit 5097399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tty/key.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ correct_key_code (int code)
10821082
*/
10831083
if (c == '\b')
10841084
{
1085-
// Special case for backspase ('\b' < 32)
1085+
// Special case for backspace ('\b' < 32)
10861086
c = KEY_BACKSPACE;
10871087
mod &= ~KEY_M_CTRL;
10881088
}

0 commit comments

Comments
 (0)