From 461dc809f2219de2150d7c8747e0e4e60ca39396 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Fri, 20 Jul 2012 10:45:25 +0000 Subject: [PATCH] typo SVN revision: 74232 --- 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 3f453d8898..463f5595f8 100644 --- a/legacy/ecore/src/lib/ecore/Ecore.h +++ b/legacy/ecore/src/lib/ecore/Ecore.h @@ -931,7 +931,7 @@ struct _Ecore_Exe_Event_Del /** Process exit event */ struct _Ecore_Exe_Event_Data_Line /**< Lines from a child process */ { char *line; /**< The bytes of a line of buffered data */ - int size; /**< The size odf the line buffer in bytes */ + int size; /**< The size of the line buffer in bytes */ }; struct _Ecore_Exe_Event_Data /** Data from a child process event */