diff mbox series

[V2] scripts: kconfig: Corrected the misspelled word in kconfig help text

Message ID 20221217035919.19855-1-unixbhaskar@gmail.com (mailing list archive)
State New, archived
Headers show
Series [V2] scripts: kconfig: Corrected the misspelled word in kconfig help text | expand

Commit Message

Bhaskar Chowdhury Dec. 17, 2022, 3:59 a.m. UTC
s/sash/slash/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 Changes from V1: corrected the misspelled word
 scripts/kconfig/mconf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.38.1

Comments

Randy Dunlap Dec. 17, 2022, 4:19 a.m. UTC | #1
Hi--

On 12/16/22 19:59, Bhaskar Chowdhury wrote:
> s/sash/slash/
> 

That correction is good...

> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  Changes from V1: corrected the misspelled word
>  scripts/kconfig/mconf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c
> index 93dc4850ff2a..a82cac8916ab 100644
> --- a/scripts/kconfig/mconf.c
> +++ b/scripts/kconfig/mconf.c
> @@ -164,7 +164,7 @@ static const char mconf_readme[] =
> 
>  "Search\n"
>  "------\n"
> -"Press forward sash(/) anywhere will bring up search dialog box\n"
> +"Press forward slash(/) anywhere will bring up search dialog box\n"

That sentence could be better. Either
s/Press/Pressing/
or
s/will/to/
but not both of those -- just one of them.
And then s/bring up/bring up a/.

>  "\n"
> 
>  "Different color themes available\n"
> --
> 2.38.1
> 

Thanks.
Randy Dunlap Dec. 17, 2022, 4:26 a.m. UTC | #2
On 12/16/22 19:59, Bhaskar Chowdhury wrote:
> s/sash/slash/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  Changes from V1: corrected the misspelled word

V2 should be a full patch, not just a correction to V1.
IF V1 were applied, then this patch could be applicable,
but then it would be patch 2/2, not just V2.


>  scripts/kconfig/mconf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c
> index 93dc4850ff2a..a82cac8916ab 100644
> --- a/scripts/kconfig/mconf.c
> +++ b/scripts/kconfig/mconf.c
> @@ -164,7 +164,7 @@ static const char mconf_readme[] =
> 
>  "Search\n"
>  "------\n"
> -"Press forward sash(/) anywhere will bring up search dialog box\n"
> +"Press forward slash(/) anywhere will bring up search dialog box\n"
>  "\n"
> 
>  "Different color themes available\n"
> --
> 2.38.1
>
diff mbox series

Patch

diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c
index 93dc4850ff2a..a82cac8916ab 100644
--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
@@ -164,7 +164,7 @@  static const char mconf_readme[] =

 "Search\n"
 "------\n"
-"Press forward sash(/) anywhere will bring up search dialog box\n"
+"Press forward slash(/) anywhere will bring up search dialog box\n"
 "\n"

 "Different color themes available\n"