summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2003-12-30 15:39:33 +0000
committermaxim <maxim@FreeBSD.org>2003-12-30 15:39:33 +0000
commit555606b93f060cdeaedce261329445d4760a9343 (patch)
tree2d46f3c3b7ef6f132b766fbe723339f42bcf123f /bin
parent67877ecd4865c451edc02dfbbaca275826b26e76 (diff)
downloadFreeBSD-src-555606b93f060cdeaedce261329445d4760a9343.zip
FreeBSD-src-555606b93f060cdeaedce261329445d4760a9343.tar.gz
o Spell 'diretories' correctly.
PR: misc/60730 Submitted by: Eugene Grosbein MFC after: 3 days
Diffstat (limited to 'bin')
-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