Skip to content

Commit 3ca61a1

Browse files
Jakub Horkýhorkykuba
authored andcommitted
lib/tty/key.c: Fix typo in comment
Signed-off-by: Jakub Horký <jakub.git@horky.net>
1 parent 61c8679 commit 3ca61a1

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
@@ -1064,7 +1064,7 @@ correct_key_code (int code)
10641064
*/
10651065
if (c == '\b')
10661066
{
1067-
// Special case for backspase ('\b' < 32)
1067+
// Special case for backspace ('\b' < 32)
10681068
c = KEY_BACKSPACE;
10691069
mod &= ~KEY_M_CTRL;
10701070
}

0 commit comments

Comments
 (0)