hush: fix typo in comment
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 15 Jul 2010 10:33:37 +0000 (12:33 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 15 Jul 2010 10:33:37 +0000 (12:33 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c

index 7dacfa0b1aab9c50de7fb2ad6d333b91b70625c4..14f8f2422597f514efb9ea541a07892697a99be9 100644 (file)
@@ -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)