Small spelling fixes in code and comments

This commit is contained in:
Dariusz Dwornikowski
2014-08-27 13:26:11 +02:00
parent 24c6c47ff6
commit 1dcc028a71
4 changed files with 5 additions and 5 deletions

View File

@@ -272,7 +272,7 @@ _clear_input(void)
/*
* Deal with command editing, return 1 if ch was an edit
* key press: up, down, left, right or backspace
* return 0 if it wasnt
* return 0 if it wasn't
*/
static int
_handle_edit(int result, const wint_t ch, char *input, int *size)