From c7f95d23f6bc7e17a3b79decf83eb362b389e53a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 18 May 2010 15:52:23 +0200 Subject: typo fix Signed-off-by: Denys Vlasenko --- shell/ash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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); -- cgit v1.2.3