ossp-pkg/pth/pth.pod 1.149 -> 1.150
--- pth.pod 2001/11/26 20:08:30 1.149
+++ pth.pod 2002/01/17 12:29:33 1.150
@@ -1097,7 +1097,7 @@
=item C<PTH_EVENT_FD>
This is a file descriptor event. One or more of C<PTH_UNTIL_FD_READABLE>,
-C<PTH_UNTIL_FD_WRITEABLE> or C<PTH_UNTIL_FD_EXECPTION> have to be OR-ed into
+C<PTH_UNTIL_FD_WRITEABLE> or C<PTH_UNTIL_FD_EXCEPTION> have to be OR-ed into
I<spec> to specify on which state of the file descriptor you want to wait. The
file descriptor itself has to be given as an additional argument. Example:
`C<pth_event(PTH_EVENT_FD|PTH_UNTIL_FD_READABLE, fd)>'.
|
|