diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2000-06-04 17:06:15 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2000-06-04 17:06:15 +0000 |
commit | ea8f580950d60738ae21e808479f2766360af526 (patch) | |
tree | 837e34edef193455ac23b82047917855de0c126c | |
parent | a6d055cd651cc8e88c3a3eeeb169f8e345735bfb (diff) |
fix typo preapared -> prepared
-rw-r--r-- | share/man/man9/timeout.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9 index f87e2a7c776..b8c38a7f914 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: timeout.9,v 1.5 2000/04/18 12:57:17 art Exp $ +.\" $OpenBSD: timeout.9,v 1.6 2000/06/04 17:06:14 krw Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -71,7 +71,7 @@ to be used in future calls to .Fn timeout_add and .Fn timeout_del . -The timeout will be preapared to call the function given in the +The timeout will be prepared to call the function given in the .Fa fn argument with a .Fa void * |