devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=24ac2e278d94089459c3aa4495bfce3b4da482e5

commit 24ac2e278d94089459c3aa4495bfce3b4da482e5
Author: Chris Michael <[email protected]>
Date:   Thu Jan 16 09:23:19 2014 +0000

    Fix doxy typo
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/ecore_con/Ecore_Con.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_con/Ecore_Con.h b/src/lib/ecore_con/Ecore_Con.h
index 3eec770..a75c810 100644
--- a/src/lib/ecore_con/Ecore_Con.h
+++ b/src/lib/ecore_con/Ecore_Con.h
@@ -114,7 +114,7 @@
  * As Ecore_Con works on an event driven design, as data arrives, events will
  * be produced containing the data that arrived. It is up to the user of
  * Ecore_Con to either parse as they go, append to a file to later parse the
- * whole file in one go, or append to memory to parse or handle leter.
+ * whole file in one go, or append to memory to parse or handle later.
  * 
  * To help with this Eina has some handy API's. The Eina_Binbuf and 
  * Eina_Strbuf APIs, abstract dynamic buffer management and make it trivial 

-- 


Reply via email to