poolers typo--
authorCarsten Haitzler <raster@rasterman.com>
Mon, 10 Dec 2012 03:28:05 +0000 (03:28 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 10 Dec 2012 03:28:05 +0000 (03:28 +0000)
SVN revision: 80560

src/lib/ecore/Ecore.h

index f73bcae..d3585fc 100644 (file)
@@ -162,8 +162,8 @@ sudo make install
  * enterers are usually a good place to update the program state. Proper idlers
  * are the appropriate place to do heavy computational tasks thereby using what
  * would otherwise be wasted CPU cycles. Exiters are the perfect place to do
- * anything your program should do just before processing events(also timers,
- * poolers, file descriptor handlers and animators)
+ * anything your program should do just before processing events (also timers,
+ * pollers, file descriptor handlers and animators)
  * @see Ecore_Idle_Group
  *
  * @subsection fd_handler File descriptor handlers