summaryrefslogtreecommitdiff
path: root/eio.pod
diff options
context:
space:
mode:
authorsf-exg <sf-exg>2011-07-07 17:35:52 +0000
committersf-exg <sf-exg>2011-07-07 17:35:52 +0000
commitfdbeee91855102a6de640976ccd55198f2fd5a89 (patch)
treea53747aa46ff0295f3a7d69936a71aa2012d2736 /eio.pod
parentd1b1bb8c317630566c3996de8a1dc18d5b43b908 (diff)
Fix typos.
Diffstat (limited to 'eio.pod')
-rw-r--r--eio.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/eio.pod b/eio.pod
index f97b5ff..fd5676e 100644
--- a/eio.pod
+++ b/eio.pod
@@ -133,7 +133,7 @@ If C<eio_poll ()> is configured to not handle all results in one go
(i.e. it returns C<-1>) then you should start an idle watcher that calls
C<eio_poll> until it returns something C<!= -1>.
-A full-featured conenctor between libeio and libev would look as follows
+A full-featured connector between libeio and libev would look as follows
(if C<eio_poll> is handling all requests, it can of course be simplified a
lot by removing the idle watcher logic):