Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2002 19:58:40 +0400 (MSD)
From:      Maxim Maximov <mcsi@agava.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/40695: typo in chown (chown.c)
Message-ID:  <200207171558.g6HFweJE022774@ultra.domain>

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

>Number:         40695
>Category:       bin
>Synopsis:       typo in chown (chown.c)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 17 09:00:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Maximov
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD ultra.domain 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #4: Sat May 11 16:31:24 MSD 2002 mcsi@ultra.domain:/usr/obj/usr/src/sys/ULTRA i386
>Description:
There's a typo in usr.sbin/chown/chown.c
Line 145:
warnx("seperation of user and group with a period is deprecated");
"seperation" should be changed to "separation"
>How-To-Repeat:
Look in the /usr/src/usr.sbin/chown/chown.c, line 145.
>Fix:
--- usr.sbin/chown/chown.c.orig	Mon Jul  1 13:30:49 2002
+++ usr.sbin/chown/chown.c	Wed Jul 17 19:48:37 2002
@@ -142,7 +142,7 @@
 		}
 #ifdef SUPPORT_DOT
 		else if ((cp = strchr(*argv, '.')) != NULL) {
-			warnx("seperation of user and group with a period is deprecated");
+			warnx("separation of user and group with a period is deprecated");
 			*cp++ = '\0';
 			a_gid(cp);
 		}
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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