From: Aristo Chen Date: Sun, 20 Apr 2025 08:12:10 +0000 (+0800) Subject: cmd: Kconfig: Fix typos X-Git-Tag: v2025.07-rc1~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c07d22ebee96ae9c113f5674c3c134a899426ff;p=pandora-u-boot.git cmd: Kconfig: Fix typos fix the following typos - from "categorys" to "categories" - from "indivdually" to "individually" Signed-off-by: Aristo Chen Reviewed-by: Heinrich Schuchardt Reviewed-by: Mattijs Korpershoek --- diff --git a/cmd/Kconfig b/cmd/Kconfig index 2d31abcef73..f21d27cb27f 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.