Bug 140377

Summary: [PATCH] Typo in Handbook (Virtualization)
Product: Documentation Reporter: Denny Lin <dennylin93>
Component: Books & ArticlesAssignee: Benedict Reuschling <bcr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
virtualization-chapter.sgml.patch none

Description Denny Lin 2009-11-08 00:50:01 UTC
"VMWare" should be "VMware".

Fix: Patched (sed 's/VMWare/VMware/g').
Comment 1 Benedict Reuschling freebsd_committer freebsd_triage 2009-11-08 12:40:57 UTC
Responsible Changed
From-To: freebsd-doc->bcr

I'll take care of this one.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-08 15:43:50 UTC
bcr         2009-11-08 15:43:41 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/virtualization chapter.sgml 
  Log:
  Correct spelling of the word VMware, which has the 'w' in lowercase
  (we use this in the ports collection as well):
  
  s/VMWare/VMware/g
  
  PR:             docs/140377
  Submitted by:   Denny Lin (dennylin93 at cnmc32 dot hs dot ntnu dot edu dot tw)
  Approved by:    jkois (mentor)
  
  Revision  Changes    Path
  1.21      +10 -10    doc/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Benedict Reuschling freebsd_committer freebsd_triage 2009-11-08 15:59:17 UTC
State Changed
From-To: open->closed

Patch committed, thanks.