U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cmd: Kconfig: Fix typos
@ 2025-04-20  8:12 Aristo Chen
  2025-04-21 10:53 ` Heinrich Schuchardt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Aristo Chen @ 2025-04-20  8:12 UTC (permalink / raw)
  To: u-boot
  Cc: aristo.chen, trini, ilias.apalodimas, jerome.forissier, sjg,
	xypron.glpk, mkorpershoek, michal.simek, ibai.erkiaga-elorza

fix the following typos
- from "categorys" to "categories"
- from "indivdually" to "individually"

Signed-off-by: Aristo Chen <aristo.chen@canonical.com>
---
 cmd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/Kconfig b/cmd/Kconfig
index c2ce519d1e3..6e722279205 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -5,7 +5,7 @@ menuconfig CMDLINE
 	  Enable U-Boot's command-line functions. This provides a means
 	  to enter commands into U-Boot for a wide variety of purposes. It
 	  also allows scripts (containing commands) to be executed.
-	  Various commands and command categorys can be indivdually enabled.
+	  Various commands and command categories can be individually enabled.
 	  Depending on the number of commands enabled, this can add
 	  substantially to the size of U-Boot.
 
-- 
2.34.1


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

* Re: [PATCH] cmd: Kconfig: Fix typos
  2025-04-20  8:12 [PATCH] cmd: Kconfig: Fix typos Aristo Chen
@ 2025-04-21 10:53 ` Heinrich Schuchardt
  2025-04-22  7:09 ` Mattijs Korpershoek
  2025-04-28 21:34 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2025-04-21 10:53 UTC (permalink / raw)
  To: Aristo Chen, u-boot
  Cc: aristo.chen, trini, ilias.apalodimas, jerome.forissier, sjg,
	mkorpershoek, michal.simek, ibai.erkiaga-elorza

On 20.04.25 10:12, Aristo Chen wrote:
> fix the following typos
> - from "categorys" to "categories"
> - from "indivdually" to "individually"
> 
> Signed-off-by: Aristo Chen <aristo.chen@canonical.com>
> ---
>   cmd/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/cmd/Kconfig b/cmd/Kconfig
> index c2ce519d1e3..6e722279205 100644
> --- a/cmd/Kconfig
> +++ b/cmd/Kconfig
> @@ -5,7 +5,7 @@ menuconfig CMDLINE
>   	  Enable U-Boot's command-line functions. This provides a means
>   	  to enter commands into U-Boot for a wide variety of purposes. It
>   	  also allows scripts (containing commands) to be executed.
> -	  Various commands and command categorys can be indivdually enabled.
> +	  Various commands and command categories can be individually enabled.
>   	  Depending on the number of commands enabled, this can add
>   	  substantially to the size of U-Boot.
>   

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

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

* Re: [PATCH] cmd: Kconfig: Fix typos
  2025-04-20  8:12 [PATCH] cmd: Kconfig: Fix typos Aristo Chen
  2025-04-21 10:53 ` Heinrich Schuchardt
@ 2025-04-22  7:09 ` Mattijs Korpershoek
  2025-04-28 21:34 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Mattijs Korpershoek @ 2025-04-22  7:09 UTC (permalink / raw)
  To: Aristo Chen, u-boot
  Cc: aristo.chen, trini, ilias.apalodimas, jerome.forissier, sjg,
	xypron.glpk, mkorpershoek, michal.simek, ibai.erkiaga-elorza

Hi Aristo,

Thank you for the patch.

On dim., avril 20, 2025 at 16:12, Aristo Chen <jj251510319013@gmail.com> wrote:

> fix the following typos
> - from "categorys" to "categories"
> - from "indivdually" to "individually"
>
> Signed-off-by: Aristo Chen <aristo.chen@canonical.com>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>

> ---
>  cmd/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/cmd/Kconfig b/cmd/Kconfig
> index c2ce519d1e3..6e722279205 100644
> --- a/cmd/Kconfig
> +++ b/cmd/Kconfig
> @@ -5,7 +5,7 @@ menuconfig CMDLINE
>  	  Enable U-Boot's command-line functions. This provides a means
>  	  to enter commands into U-Boot for a wide variety of purposes. It
>  	  also allows scripts (containing commands) to be executed.
> -	  Various commands and command categorys can be indivdually enabled.
> +	  Various commands and command categories can be individually enabled.
>  	  Depending on the number of commands enabled, this can add
>  	  substantially to the size of U-Boot.
>  
> -- 
> 2.34.1

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

* Re: [PATCH] cmd: Kconfig: Fix typos
  2025-04-20  8:12 [PATCH] cmd: Kconfig: Fix typos Aristo Chen
  2025-04-21 10:53 ` Heinrich Schuchardt
  2025-04-22  7:09 ` Mattijs Korpershoek
@ 2025-04-28 21:34 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2025-04-28 21:34 UTC (permalink / raw)
  To: u-boot, Aristo Chen
  Cc: aristo.chen, ilias.apalodimas, jerome.forissier, sjg, xypron.glpk,
	mkorpershoek, michal.simek, ibai.erkiaga-elorza

On Sun, 20 Apr 2025 16:12:10 +0800, Aristo Chen wrote:

> fix the following typos
> - from "categorys" to "categories"
> - from "indivdually" to "individually"
> 
> 

Applied to u-boot/master, thanks!

[1/1] cmd: Kconfig: Fix typos
      commit: 1c07d22ebee96ae9c113f5674c3c134a899426ff
-- 
Tom



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

end of thread, other threads:[~2025-04-28 21:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-20  8:12 [PATCH] cmd: Kconfig: Fix typos Aristo Chen
2025-04-21 10:53 ` Heinrich Schuchardt
2025-04-22  7:09 ` Mattijs Korpershoek
2025-04-28 21:34 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox