summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorroot <root>2010-06-26 09:56:57 +0000
committerroot <root>2010-06-26 09:56:57 +0000
commit1b2665af7f7475fe12bf947f44322796ca5aa448 (patch)
tree640e675212d497c9ec720b03079b608f6ae2ccfa /ev.pod
parentb8cdc9e71ad1753d9a020ad413d28ba1dd69c9e4 (diff)
Jose Pedro Oliveira
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.pod b/ev.pod
index e760656..c60ed63 100644
--- a/ev.pod
+++ b/ev.pod
@@ -1776,7 +1776,7 @@ callback, which will "do the right thing" and start the timer:
And when there is some activity, simply store the current time in
C<last_activity>, no libev calls at all:
- last_actiivty = ev_now (loop);
+ last_activity = ev_now (loop);
This technique is slightly more complex, but in most cases where the
time-out is unlikely to be triggered, much more efficient.