From: Quentin Schulz <quentin.schulz@cherry.de>
Date: Wed, 12 Jun 2024 14:58:46 +0000 (+0200)
Subject: cmd: fix typo in CMD_BOOTMETH help text
X-Git-Tag: v2025.01-rc5-pxa1908~398^2~26^2~3
X-Git-Url: http://git.dujemihanovic.xyz/img/static//%22brlog.php?a=commitdiff_plain;h=20a038317b5beb6dd2322740ab0f469a51e7820d;p=u-boot.git

cmd: fix typo in CMD_BOOTMETH help text

It's bootmeths and not bootmethds.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
---

diff --git a/cmd/Kconfig b/cmd/Kconfig
index ff0f5941ec..a2dee34689 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -308,7 +308,7 @@ config CMD_BOOTMETH
 	depends on BOOTSTD
 	default y if BOOTSTD_FULL
 	help
-	  Support listing available bootmethds (methods used to boot an
+	  Support listing available bootmeths (methods used to boot an
 	  Operating System), as well as selecting the order that the bootmeths
 	  are used.