[git commit master 1/1] hush: fix typo in comment

Denys Vlasenko vda.linux at googlemail.com
Thu Jul 15 10:33:37 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=b3389de04b1fe398e5f88446dd23a7826139da7d
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/hush.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/shell/hush.c b/shell/hush.c
index 7dacfa0..14f8f24 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -4246,7 +4246,7 @@ static NOINLINE int run_pipe(struct pipe *pi)
 				set_local_var(p, /*exp:*/ 0, /*lvl:*/ 0, /*ro:*/ 0);
 				argv++;
 			}
-			/* Redirect error sets $? to 1. Othervise,
+			/* Redirect error sets $? to 1. Otherwise,
 			 * if evaluating assignment value set $?, retain it.
 			 * Try "false; q=`exit 2`; echo $?" - should print 2: */
 			if (rcode == 0)
-- 
1.7.1



More information about the busybox-cvs mailing list