Date: Wed, 7 Aug 2002 09:58:09 -0700 (PDT) From: "S. William Schulz" <sws@astrum.com> To: freebsd-gnats-submit@FreeBSD.org Subject: bin/41416: Spelling error in chown Message-ID: <200208071658.g77Gw9XK084729@www.freebsd.org>
index | next in thread | raw e-mail
>Number: 41416
>Category: bin
>Synopsis: Spelling error in chown
>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 Aug 07 10:00:07 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: S. William Schulz
>Release: 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD demon.nebula 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Aug 6 21:34:19 EDT 2002 root@demon.n
ebula:/usr/obj/usr/src/sys/DEMON i386
>Description:
Spelling error in /usr/sbin/chown
>How-To-Repeat:
Error is displayed when warning is issued, i.e. chown username. yields the warning with misspelled word.
>Fix:
--- /usr/src/usr.sbin/chown/chown.c-old Wed Aug 7 12:11:56 2002
+++ /usr/src/usr.sbin/chown/chown.c Wed Aug 7 12:13:22 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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208071658.g77Gw9XK084729>
