From: devilhorns Date: Wed, 22 Feb 2012 19:49:15 +0000 (+0000) Subject: Ecore: Fix typo in header (for docs). X-Git-Tag: 2.0_alpha~68^2~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a8595bea606115ce8c71507580d7693965f7cf3;p=framework%2Fuifw%2Fecore.git Ecore: Fix typo in header (for docs). git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@68286 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore/Ecore.h b/src/lib/ecore/Ecore.h index ea814fc..0b3e343 100644 --- a/src/lib/ecore/Ecore.h +++ b/src/lib/ecore/Ecore.h @@ -853,7 +853,7 @@ EAPI void *ecore_main_win32_handler_del(Ecore_Win32_Handler *win32_handler); * These functions are for the need to poll information, but provide * a shared abstracted API to pool such polling to minimise wakeup * and ensure all the polling happens in as few spots as possible - * areound a core poll interval. For now only 1 core poller type is + * around a core poll interval. For now only 1 core poller type is * supprted: ECORE_POLLER_CORE * * Example of @ref Ecore_Poller :