Bug 40695 - typo in chown (chown.c)
Summary: typo in chown (chown.c)
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 4.6-PRERELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: dwmalone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-17 17:00 UTC by Maxim Maximov
Modified: 2002-08-11 15:19 UTC (History)
0 users

See Also:


Attachments
file.diff (382 bytes, patch)
2002-07-17 17:00 UTC, Maxim Maximov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Maximov 2002-07-17 17:00:03 UTC
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.
Comment 1 dwmalone freebsd_committer freebsd_triage 2002-07-17 17:22:32 UTC
Responsible Changed
From-To: freebsd-bugs->dwmalone

Fixed in -current, I'll close the PR when I MFC.
Comment 2 dwmalone freebsd_committer freebsd_triage 2002-08-11 15:17:51 UTC
State Changed
From-To: open->closed

Fixed in -current and -stable. Thanks.