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);