cmd: Kconfig: Fix typos

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

Signed-off-by: Aristo Chen <aristo.chen@canonical.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
This commit is contained in:
Aristo Chen
2025-04-20 16:12:10 +08:00
committed by Tom Rini
parent 7bf7522383
commit 1c07d22ebe

View File

@@ -5,7 +5,7 @@ menuconfig CMDLINE
Enable U-Boot's command-line functions. This provides a means Enable U-Boot's command-line functions. This provides a means
to enter commands into U-Boot for a wide variety of purposes. It to enter commands into U-Boot for a wide variety of purposes. It
also allows scripts (containing commands) to be executed. 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 Depending on the number of commands enabled, this can add
substantially to the size of U-Boot. substantially to the size of U-Boot.