Bug 15998

Summary: Typo in src/UPDATING in -CURRENT
Product: Base System Reporter: rich <rich>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 1.0-RELEASE   
Hardware: Any   
OS: Any   

Description rich 2000-01-08 19:30:00 UTC
Currently reads

rm -f /sbin/chwon /bin/chgrp

should read 

rm -f /sbin/chown /bin/chgrp

Fix: 

s/chwon/chown
Comment 1 dan freebsd_committer freebsd_triage 2000-01-09 15:56:54 UTC
State Changed
From-To: open->closed

Warner fixed this, but forgot to close the PR.