Spelling fix: despatching -> dispatching. This makes the

spelling consistent throughout the man page.

PR:		docs/18467
Submitted by:	Alexander N. Kabaev <ak03@gte.com>
This commit is contained in:
mpp 2000-05-09 18:52:26 +00:00
parent ea451418d4
commit 078cc10d67

View File

@ -99,7 +99,7 @@ The functions
.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.