Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2003 22:25:44 +0700 (KRAT)
From:      Eugene Grosbein <eugen@grosbein.pp.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/60730: [PATCH] minor spelling error in a comment in src/bin/sh/eval.c
Message-ID:  <200312301525.hBUFPi6C001196@grosbein.pp.ru>
Resent-Message-ID: <200312301530.hBUFULOG059734@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         60730
>Category:       misc
>Synopsis:       [PATCH] minor spelling error in a comment in src/bin/sh/eval.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 30 07:30:21 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Eugene Grosbein
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Svyaz Service JSC
>Environment:
System: FreeBSD grosbein.pp.ru 4.9-STABLE FreeBSD 4.9-STABLE #8: Sun Dec 14 20:25:57 KRAT 2003 eu@grosbein.pp.ru:/usr/local/obj/usr/local/src/sys/DADV i386

>Description:

	'directories' is spelled as 'diretories' in src/bin/sh/eval.c

>How-To-Repeat:

	N/A

>Fix:

--- eval.c.orig	Tue Dec 30 22:18:30 2003
+++ eval.c	Tue Dec 30 22:18:43 2003
@@ -710,7 +710,7 @@
 				 * 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;

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312301525.hBUFPi6C001196>