From 24ac2e278d94089459c3aa4495bfce3b4da482e5 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 16 Jan 2014 09:23:19 +0000 Subject: [PATCH] Fix doxy typo Signed-off-by: Chris Michael --- 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 3eec770667..a75c8105ad 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