Fix typos: s/pooler/poller/g
authorIgor Murzov <e-mail@date.by>
Mon, 29 Oct 2012 21:50:03 +0000 (21:50 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 29 Oct 2012 21:50:03 +0000 (21:50 +0000)
Patch by: Igor Murzov <e-mail@date.by>

SVN revision: 78620

legacy/ecore/src/lib/ecore/Ecore.h

index 3363929..5a02211 100644 (file)
@@ -145,11 +145,11 @@ sudo make install
  * repeatedly doing something with a set interval.
  * @see Ecore_Timer_Group
  *
- * @subsection poolers Poolers
+ * @subsection pollers Pollers
  *
- * Poolers allow for pooling to be centralized into a single place therefore
+ * Pollers allow for polling to be centralized into a single place therefore
  * alleviating the need for different parts of the program to wake up at
- * different times to do pooling, thereby making the code simpler and more
+ * different times to do polling, thereby making the code simpler and more
  * efficient.
  * @see Ecore_Poller_Group
  *