summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorroot <root>2011-01-10 14:36:44 +0000
committerroot <root>2011-01-10 14:36:44 +0000
commit57d47790ac7a4d83cd00f26007f47e47a2547900 (patch)
treeefdb2f4f320e89494041c2116036c2cb4b1f2fb0 /ev.pod
parentf32daa3440fff8b6f98d8843a70101ff5b40145c (diff)
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/ev.pod b/ev.pod
index 5707b51..4d470a2 100644
--- a/ev.pod
+++ b/ev.pod
@@ -597,9 +597,9 @@ hacks).
On the negative side, the interface is I<bizarre> - so bizarre that
even sun itself gets it wrong in their code examples: The event polling
function sometimes returning events to the caller even though an error
-occured, but with no indication whether it has done so or not (yes, it's
+occurred, but with no indication whether it has done so or not (yes, it's
even documented that way) - deadly for edge-triggered interfaces where
-you absolutely have to know whether an event occured or not because you
+you absolutely have to know whether an event occurred or not because you
have to re-arm the watcher.
Fortunately libev seems to be able to work around these idiocies.