From: Denys Vlasenko Date: Tue, 18 May 2010 13:52:23 +0000 (+0200) Subject: typo fix X-Git-Tag: 1_17_0~201 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c7f95d23f6bc7e17a3b79decf83eb362b389e53a;p=oweals%2Fbusybox.git typo fix Signed-off-by: Denys Vlasenko --- 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);