ecore: fix typo in documentation of Ecore_Exe_Event_Del

This commit is contained in:
Jean Guyomarc'h 2016-04-11 22:41:03 +02:00
parent 8a47b7a4ec
commit 198326fbd2
1 changed files with 1 additions and 1 deletions

View File

@ -987,7 +987,7 @@ struct _Ecore_Exe_Event_Del
Ecore_Exe *exe; /**< The handle to the exited process, or @c NULL if not found */
int exit_signal; /**< The signal that caused the process to exit */
Eina_Bool exited : 1; /**< Set to 1 if the process exited of its own accord */
Eina_Bool signalled : 1; /**< Set to 1 id the process exited due to uncaught signal */
Eina_Bool signalled : 1; /**< Set to 1 if the process exited due to uncaught signal */
void *ext_data; /**< Extension data - not used */
#if !defined (_WIN32) && !defined (__lv2ppu__) && !defined (EXOTIC_NO_SIGNAL)
siginfo_t data; /**< Signal info */