From ak03@gte.com  Tue May  9 09:05:42 2000
Return-Path: <ak03@gte.com>
Received: from h132-197-97-45.gte.com (h132-197-97-45.gte.com [132.197.97.45])
	by hub.freebsd.org (Postfix) with ESMTP id BA01437B5D0
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  9 May 2000 09:05:40 -0700 (PDT)
	(envelope-from ak03@gte.com)
Received: (from ak03@localhost)
	by h132-197-97-45.gte.com (8.9.3/8.9.3) id MAA56504;
	Tue, 9 May 2000 12:05:39 -0400 (EDT)
	(envelope-from ak03)
Message-Id: <200005091605.MAA56504@h132-197-97-45.gte.com>
Date: Tue, 9 May 2000 12:05:39 -0400 (EDT)
From: ak03@gte.com
Reply-To: ak03@gte.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: Small typo in kobj man page
X-Send-Pr-Version: 3.2

>Number:         18467
>Category:       docs
>Synopsis:       Simple typo in man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 09 09:10:00 PDT 2000
>Closed-Date:    Tue May 9 11:52:36 PDT 2000
>Last-Modified:  Sun May 14 13:13:18 PDT 2000
>Originator:     Alexander Kabaev
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

   -CURRENT as of May 8th	

>Description:

   dispatching spelled as despatching in man page	

>How-To-Repeat:

   man kobj

>Fix:


--- kobj.9	Wed Apr 26 05:38:50 2000
+++ kobj.9.new	Tue May  9 12:02:47 2000
@@ -99,7 +99,7 @@
 .Fn kobj_class_compile
 and
 .Fn kobj_class_free
-are used to process a class description to make method despatching
+are used to process a class description to make method dispatching
 efficient.
 A client should not normally need to call these since a class
 will automatically be compiled the first time it is used.

>Release-Note:
>Audit-Trail:

From: Mike Pritchard <mpp@mppsystems.com>
To: ak03@gte.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: docs/18467: Small typo in kobj man page
Date: Tue, 9 May 2000 13:37:46 -0500

 On Tue, May 09, 2000 at 12:05:39PM -0400, ak03@gte.com wrote:
 > >Number:         18467
 > >Category:       docs
 > >Synopsis:       Simple typo in man page
 > >Description:
 > 
 >    dispatching spelled as despatching in man page	
 > 
 > >How-To-Repeat:
 > 
 >    man kobj
 
 From "dict despatch":
 
 From Webster's Revised Unabridged Dictionary (1913) [web1913]:
 
   Despatch \De*spatch"\, n. & v.
      Same as {Dispatch}.
 
   Dispatch \Dis*patch"\, n. [Cf. OF. despeche, F. d['e]p[^e]che.
      See {Dispatch}, v. t.] [Written also {despatch}.]
 
 
 Looks like this spelling is fine.
 
 -Mike
 -- 
 Mike Pritchard
 mpp@FreeBSD.org or mpp@mppsystems.com
 

From: "Alexander N. Kabaev" <ak03@gte.com>
To: Mike Pritchard <mpp@mppsystems.com>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: docs/18467: Small typo in kobj man page
Date: Tue, 09 May 2000 14:43:14 -0400 (EDT)

 Yes, but is it fine to use both spellings on the same page? I still believe
 that 'despatch' should be changed to dispatch to be consistent with the rest
 of the page.
 
 On 09-May-00 Mike Pritchard wrote:
 > On Tue, May 09, 2000 at 12:05:39PM -0400, ak03@gte.com wrote:
 >> >Number:         18467
 >> >Category:       docs
 >> >Synopsis:       Simple typo in man page
 >> >Description:
 >> 
 >>    dispatching spelled as despatching in man page    
 >> 
 >> >How-To-Repeat:
 >> 
 >>    man kobj
 > 
 >>From "dict despatch":
 > 
 >>From Webster's Revised Unabridged Dictionary (1913) [web1913]:
 > 
 >   Despatch \De*spatch"\, n. & v.
 >      Same as {Dispatch}.
 > 
 >   Dispatch \Dis*patch"\, n. [Cf. OF. despeche, F. d['e]p[^e]che.
 >      See {Dispatch}, v. t.] [Written also {despatch}.]
 > 
 > 
 > Looks like this spelling is fine.
 > 
 > -Mike
 > -- 
 > Mike Pritchard
 > mpp@FreeBSD.org or mpp@mppsystems.com
 
 ----------------------------------
 E-Mail: Alexander N. Kabaev <ak03@gte.com>
 Date: 09-May-00
 Time: 14:39:17
 ----------------------------------
 
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Tue May 9 11:52:36 PDT 2000 
State-Changed-Why:  
Supplied patch applied.  Thanks! 

From: Mike Pritchard <mpp@mppsystems.com>
To: "Alexander N. Kabaev" <ak03@gte.com>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: docs/18467: Small typo in kobj man page
Date: Tue, 9 May 2000 13:50:28 -0500

 On Tue, May 09, 2000 at 02:43:14PM -0400, Alexander N. Kabaev wrote:
 > Yes, but is it fine to use both spellings on the same page? I still believe
 > that 'despatch' should be changed to dispatch to be consistent with the rest
 > of the page.
 
 It should be consistent (I didn't look to see if it was using
 both spellings).  I'll go fix it right now.  Thanks.
 
 -Mike
 -- 
 Mike Pritchard
 mpp@FreeBSD.org or mpp@mppsystems.com
 
>Unformatted:
 Alexander N. Kabaev
