From f9afefe7e9c7ca6db55fa8ce596d7372fd5ac2a1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 4 Jul 2015 13:17:10 -0600 Subject: [PATCH] Fix a typo in a Kconfig file --- nshlib/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nshlib/Kconfig b/nshlib/Kconfig index 4cc2abf43..48ee76243 100644 --- a/nshlib/Kconfig +++ b/nshlib/Kconfig @@ -323,7 +323,7 @@ config NSH_DISABLE_PWD default n config NSH_DISABLE_REBOOT - bool "Disbable reboot" + bool "Disable reboot" default n if !DEFAULT_SMALL && !BOARDCTL_POWEROFF default y if DEFAULT_SMALL || BOARDCTL_POWEROFF depends on BOARDCTL_RESET