commit | c7f95d23f6bc7e17a3b79decf83eb362b389e53a | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue May 18 15:52:23 2010 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue May 18 15:52:23 2010 +0200 |
tree | 993d0aae072b72b18e411eeb5406255b450ed392 | |
parent | 238bf187ba5708bc04065b761ffc98c877043fe4 [diff] |
typo fix Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 @@ } /* 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);