From e3fd07d93d779920bf875a55f6e4dc5512bd27b9 Mon Sep 17 00:00:00 2001 From: Igor Murzov Date: Mon, 29 Oct 2012 21:50:03 +0000 Subject: [PATCH] Fix typos: s/pooler/poller/g Patch by: Igor Murzov SVN revision: 78620 --- legacy/ecore/src/lib/ecore/Ecore.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/ecore/src/lib/ecore/Ecore.h b/legacy/ecore/src/lib/ecore/Ecore.h index 3363929ce4..5a02211526 100644 --- a/legacy/ecore/src/lib/ecore/Ecore.h +++ b/legacy/ecore/src/lib/ecore/Ecore.h @@ -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 *