diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-18 15:52:23 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-18 15:52:23 +0200 |
commit | c7f95d23f6bc7e17a3b79decf83eb362b389e53a (patch) | |
tree | 993d0aae072b72b18e411eeb5406255b450ed392 /shell | |
parent | 238bf187ba5708bc04065b761ffc98c877043fe4 (diff) | |
download | busybox-c7f95d23f6bc7e17a3b79decf83eb362b389e53a.tar.gz |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 4f2fa756b..d082333ba 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); |