From 3cd867cd950274b28531f65b963c3cc30f6c39bc Mon Sep 17 00:00:00 2001 From: Marc Alexander Lehmann Date: Sat, 26 Jun 2010 09:56:57 +0000 Subject: [PATCH] Jose Pedro Oliveira --- ev.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, 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.