Skip to content

Commit bffbf6e

Browse files
unixbhaskarmasahir0y
authored andcommitted
kconfig: lxdialog: A spello fix and a punctuation added
s/propperly/properly/ s/thats/that\'s/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent 21f8b32 commit bffbf6e

File tree

1 file changed

+2
-2
lines changed
  • scripts/kconfig/lxdialog

1 file changed

+2
-2
lines changed

scripts/kconfig/lxdialog/util.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ void print_title(WINDOW *dialog, const char *title, int width)
363363
/*
364364
* Print a string of text in a window, automatically wrap around to the
365365
* next line if the string is too long to fit on one line. Newline
366-
* characters '\n' are propperly processed. We start on a new line
366+
* characters '\n' are properly processed. We start on a new line
367367
* if there is no room for at least 4 nonblanks following a double-space.
368368
*/
369369
void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x)
@@ -541,7 +541,7 @@ int first_alpha(const char *string, const char *exempt)
541541
* lxdialog suggest <ESC> <ESC> which is correctly translated to two
542542
* times esc. But then we need to ignore the second esc to avoid stepping
543543
* out one menu too much. Filter away all escaped key sequences since
544-
* keypad(FALSE) turn off ncurses support for escape sequences - and thats
544+
* keypad(FALSE) turn off ncurses support for escape sequences - and that's
545545
* needed to make notimeout() do as expected.
546546
*/
547547
int on_key_esc(WINDOW *win)

0 commit comments

Comments
 (0)