Skip to content

Commit

Permalink
kconfig: lxdialog: A spello fix and a punctuation added
Browse files Browse the repository at this point in the history
s/propperly/properly/
s/thats/that\'s/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
unixbhaskar authored and masahir0y committed Apr 14, 2021
1 parent 21f8b32 commit bffbf6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/kconfig/lxdialog/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ void print_title(WINDOW *dialog, const char *title, int width)
/*
* Print a string of text in a window, automatically wrap around to the
* next line if the string is too long to fit on one line. Newline
* characters '\n' are propperly processed. We start on a new line
* characters '\n' are properly processed. We start on a new line
* if there is no room for at least 4 nonblanks following a double-space.
*/
void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x)
Expand Down Expand Up @@ -541,7 +541,7 @@ int first_alpha(const char *string, const char *exempt)
* lxdialog suggest <ESC> <ESC> which is correctly translated to two
* times esc. But then we need to ignore the second esc to avoid stepping
* out one menu too much. Filter away all escaped key sequences since
* keypad(FALSE) turn off ncurses support for escape sequences - and thats
* keypad(FALSE) turn off ncurses support for escape sequences - and that's
* needed to make notimeout() do as expected.
*/
int on_key_esc(WINDOW *win)
Expand Down

0 comments on commit bffbf6e

Please sign in to comment.