summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2011-01-11 10:56:01 +0000
committerroot <root>2011-01-11 10:56:01 +0000
commitc032b7b3217e094d99c9df33f7a4b381a88addca (patch)
tree4211efa52288ccacf6d89c93d8f510f4a2b31f28
parentaadd8d3f7dd603cf8f4d2d0213bb3dbc0c3b3d53 (diff)
*** empty log message ***
-rw-r--r--ev.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.pod b/ev.pod
index 2e7f7d0..6cd777e 100644
--- a/ev.pod
+++ b/ev.pod
@@ -3506,7 +3506,7 @@ To exit from any of these loops, just set the corresponding exit variable:
=head2 THREAD LOCKING EXAMPLE
Here is a fictitious example of how to run an event loop in a different
-thread than where callbacks are being invoked and watchers are
+thread from where callbacks are being invoked and watchers are
created/added/removed.
For a real-world example, see the C<EV::Loop::Async> perl module,