summaryrefslogtreecommitdiffstats
path: root/bin/sh/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/eval.c')
-rw-r--r--bin/sh/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/eval.c b/bin/sh/eval.c
index aab2a53..bf96c2f 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;
OpenPOWER on IntegriCloud