[git commit master] typo fix

Denys Vlasenko vda.linux at googlemail.com
Tue May 18 13:52:23 UTC 2010


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

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

diff --git a/shell/ash.c b/shell/ash.c
index 4f2fa75..d082333 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -9208,7 +9208,7 @@ evalcommand(union node *cmd, int flags)
 			}
 			/* child */
 			FORCE_INT_ON;
-			/* fall through to exec'ing exeternal program */
+			/* fall through to exec'ing external program */
 		}
 		listsetvar(varlist.list, VEXPORT|VSTACK);
 		shellexec(argv, path, cmdentry.u.index);
-- 
1.6.3.3



More information about the busybox-cvs mailing list