diff mbox series

[05/23] package/kexec-lite: fix utility typo in help text

Message ID 20240914071930.1189715-5-peter@korsgaard.com
State Accepted
Headers show
Series [01/23] package/icu: fix typos in help text and patch description | expand

Commit Message

Peter Korsgaard Sept. 14, 2024, 7:19 a.m. UTC
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/kexec-lite/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/package/kexec-lite/Config.in b/package/kexec-lite/Config.in
index 89184b0b7c..71bd619ae4 100644
--- a/package/kexec-lite/Config.in
+++ b/package/kexec-lite/Config.in
@@ -13,7 +13,7 @@  config BR2_PACKAGE_KEXEC_LITE
 	select BR2_PACKAGE_DTC
 	select BR2_PACKAGE_DTC_PROGRAMS
 	help
-	  Kexec is a user space utiltity for loading another kernel
+	  Kexec is a user space utility for loading another kernel
 	  and asking the currently running kernel to do something with
 	  it.