hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5a3080cd5d2788c9034bcf44f3282223a34df07e

commit 5a3080cd5d2788c9034bcf44f3282223a34df07e
Author: ChunEon Park <[email protected]>
Date:   Fri Jul 11 00:20:48 2014 +0900

    ecore - fix a typo in doc.
---
 src/lib/ecore/ecore_throttle.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore/ecore_throttle.c b/src/lib/ecore/ecore_throttle.c
index de0a43e..0754e22 100644
--- a/src/lib/ecore/ecore_throttle.c
+++ b/src/lib/ecore/ecore_throttle.c
@@ -31,7 +31,7 @@ static int throttle_val = 0;
  * before it goes into a fully idle state waiting for events, input or
  * timing events to wake it up. For example, if the current throttle level
  * is 0.5, then after every time the main loop cycles and goes into idle
- * affter processing all events, the main loop will explicitly sleep for 0.5
+ * after processing all events, the main loop will explicitly sleep for 0.5
  * seconds before sitting and waiting for incoming events or timeouts, thus
  * preventing animation, async IO and network handling etc. for that period
  * of time. Of course these events, data and timeouts will be buffered,

-- 


Reply via email to