From 84ba307c71f994fc97682bdb0575fb06b27cd5f3 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 22 Feb 2012 19:49:15 +0000 Subject: [PATCH] Ecore: Fix typo in header (for docs). SVN revision: 68286 --- legacy/ecore/src/lib/ecore/Ecore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore/Ecore.h b/legacy/ecore/src/lib/ecore/Ecore.h index ea814fc6ae..0b3e343f1a 100644 --- a/legacy/ecore/src/lib/ecore/Ecore.h +++ b/legacy/ecore/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 :