diff options
author | mpp <mpp@FreeBSD.org> | 2000-05-09 18:52:26 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 2000-05-09 18:52:26 +0000 |
commit | 078cc10d670cf71409979b5668870df0d83cbd40 (patch) | |
tree | 314f3a61661369d77cc2c4581124f04c3320ea11 | |
parent | ea451418d46265093757f2058fd92af7cb29282d (diff) | |
download | FreeBSD-src-078cc10d670cf71409979b5668870df0d83cbd40.zip FreeBSD-src-078cc10d670cf71409979b5668870df0d83cbd40.tar.gz |
Spelling fix: despatching -> dispatching. This makes the
spelling consistent throughout the man page.
PR: docs/18467
Submitted by: Alexander N. Kabaev <ak03@gte.com>
-rw-r--r-- | share/man/man9/kobj.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/kobj.9 b/share/man/man9/kobj.9 index 2dd9520..5f3a204 100644 --- a/share/man/man9/kobj.9 +++ b/share/man/man9/kobj.9 @@ -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. |