From f8d955d5a77b8a4da717c820cab4eb22f421f497 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Thu, 6 Apr 2017 04:18:27 -1000 Subject: [PATCH] Fixed typo in comment --- nuttx-patches/00025-BACKPORT-add-set-ex-to-nsh.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-patches/00025-BACKPORT-add-set-ex-to-nsh.patch b/nuttx-patches/00025-BACKPORT-add-set-ex-to-nsh.patch index f3d552e3a9..10d390e7ac 100644 --- a/nuttx-patches/00025-BACKPORT-add-set-ex-to-nsh.patch +++ b/nuttx-patches/00025-BACKPORT-add-set-ex-to-nsh.patch @@ -21,7 +21,7 @@ index 151387a..28e1247 100644 nsh> + Set the 'exit on error control' and/or 'print a trace' of commands when parsing -+ scripts in NSH. The settinngs are in effect from the point of exection, until ++ scripts in NSH. The settings are in effect from the point of exection, until + they are changed again, or in the case of the init script, the settings are + returned to the default settings when it exits. Included child scripts will run + with the parents settings and changes made in the child script will effect the