All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools:bootconfig: Fix a typo in scripts/xbc.sh
@ 2021-03-15 12:20 Masanari Iida
  2021-03-16  9:53 ` Masami Hiramatsu
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2021-03-15 12:20 UTC (permalink / raw)
  To: linux-kernel, mhiramat; +Cc: Masanari Iida

This patch fixes a spelling typo in tools/bootconfig/scripts/xbc.sh

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 tools/bootconfig/scripts/xbc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/bootconfig/scripts/xbc.sh b/tools/bootconfig/scripts/xbc.sh
index b8c84e654556..808510f6c168 100644
--- a/tools/bootconfig/scripts/xbc.sh
+++ b/tools/bootconfig/scripts/xbc.sh
@@ -9,7 +9,7 @@ BOOTCONFIG=${BOOTCONFIG:=$XBC_BASEDIR/../bootconfig}
 if [ ! -x "$BOOTCONFIG" ]; then
 	BOOTCONFIG=`which bootconfig`
 	if [ -z "$BOOTCONFIG" ]; then
-		echo "Erorr: bootconfig command is not found" 1>&2
+		echo "Error: bootconfig command is not found" 1>&2
 		exit 1
 	fi
 fi
-- 
2.25.0


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

end of thread, other threads:[~2021-03-16  9:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 12:20 [PATCH] tools:bootconfig: Fix a typo in scripts/xbc.sh Masanari Iida
2021-03-16  9:53 ` Masami Hiramatsu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.