SVN revision: 74232
This commit is contained in:
Vincent Torri 2012-07-20 10:45:25 +00:00
parent f7914c31d0
commit 461dc809f2
1 changed files with 1 additions and 1 deletions

View File

@ -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 */