Ecore: Fix typo in header (for docs).

SVN revision: 68286
This commit is contained in:
Christopher Michael 2012-02-22 19:49:15 +00:00
parent f7c29b5eae
commit 84ba307c71
1 changed files with 1 additions and 1 deletions

View File

@ -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 :