From nobody@FreeBSD.org  Wed Aug  7 09:58:10 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AB8C337B400
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  7 Aug 2002 09:58:10 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 71B2A43E70
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  7 Aug 2002 09:58:10 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g77Gw9OT084730
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 7 Aug 2002 09:58:09 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g77Gw9XK084729;
	Wed, 7 Aug 2002 09:58:09 -0700 (PDT)
Message-Id: <200208071658.g77Gw9XK084729@www.freebsd.org>
Date: Wed, 7 Aug 2002 09:58:09 -0700 (PDT)
From: "S. William Schulz" <sws@astrum.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Spelling error in chown
X-Send-Pr-Version: www-1.0

>Number:         41416
>Category:       bin
>Synopsis:       Spelling error in chown
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 07 10:00:07 PDT 2002
>Closed-Date:    Wed Aug 07 14:25:08 PDT 2002
>Last-Modified:  Wed Aug 07 14:25:08 PDT 2002
>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:
State-Changed-From-To: open->closed 
State-Changed-By: schweikh 
State-Changed-When: Wed Aug 7 14:17:21 PDT 2002 
State-Changed-Why:  
Duplicate of PR 40695 (fixed in -current and 1.15.2.3 of RELENG_4). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41416 
>Unformatted:
