From bc58706538d691ec4c3e3fa4bd5bd6d14ff4fa70 Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Thu, 25 Feb 2021 11:24:23 -0700 Subject: [PATCH] shell: typo correction in Kconfig "supporort" -> "support" Signed-off-by: Jack Rosenthal --- subsys/shell/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/shell/Kconfig b/subsys/shell/Kconfig index 20c38981ed1..0bc93ecab88 100644 --- a/subsys/shell/Kconfig +++ b/subsys/shell/Kconfig @@ -66,7 +66,7 @@ config SHELL_ARGC_MAX Maximum number of arguments that can build a command. config SHELL_TAB - bool "Enable the Tab button supporort in shell" + bool "Enable the Tab button support in shell" default y help Enable using the Tab button in the shell. The button