All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kconfig: lxdialog: A spello fix and a punctuation added
@ 2021-03-26 21:18 Bhaskar Chowdhury
  2021-04-07 12:13 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-26 21:18 UTC (permalink / raw)
  To: masahiroy, unixbhaskar, linux-kbuild, linux-kernel; +Cc: rdunlap


s/propperly/properly/
s/thats/that\'s/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 scripts/kconfig/lxdialog/util.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/kconfig/lxdialog/util.c b/scripts/kconfig/lxdialog/util.c
index 1b490d4af0d3..3f78fb265136 100644
--- a/scripts/kconfig/lxdialog/util.c
+++ b/scripts/kconfig/lxdialog/util.c
@@ -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)
@@ -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)
--
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] kconfig: lxdialog: A spello fix and a punctuation added
  2021-03-26 21:18 [PATCH] kconfig: lxdialog: A spello fix and a punctuation added Bhaskar Chowdhury
@ 2021-04-07 12:13 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2021-04-07 12:13 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: Linux Kbuild mailing list, Linux Kernel Mailing List, Randy Dunlap

On Sat, Mar 27, 2021 at 6:21 AM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
>
> s/propperly/properly/
> s/thats/that\'s/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Applied to linux-kbuild. Thanks.


> ---
>  scripts/kconfig/lxdialog/util.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/scripts/kconfig/lxdialog/util.c b/scripts/kconfig/lxdialog/util.c
> index 1b490d4af0d3..3f78fb265136 100644
> --- a/scripts/kconfig/lxdialog/util.c
> +++ b/scripts/kconfig/lxdialog/util.c
> @@ -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)
> @@ -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)
> --
> 2.26.2
>


-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-07 12:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-26 21:18 [PATCH] kconfig: lxdialog: A spello fix and a punctuation added Bhaskar Chowdhury
2021-04-07 12:13 ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.