aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c2
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);