diff --git a/bin/sh/eval.c b/bin/sh/eval.c index aab2a53a11a1..bf96c2ff016d 100644 --- a/bin/sh/eval.c +++ b/bin/sh/eval.c @@ -688,7 +688,7 @@ evalcommand(union node *cmd, int flags, struct backcmd *backcmd) * the command runs. Partly deleting like * changepatch() does doesn't seem worth the * bookinging effort, since most such runs add - * diretories in front of the new PATH. + * directories in front of the new PATH. */ clearcmdentry(0); do_clearcmdentry = 1;