ecore: fix typo in documentation
authorJean Guyomarc'h <jean@guyomarch.bzh>
Wed, 27 Sep 2017 21:40:10 +0000 (23:40 +0200)
committerJean Guyomarc'h <jean@guyomarch.bzh>
Sun, 29 Oct 2017 12:59:17 +0000 (13:59 +0100)
src/lib/ecore/ecore_exe.eo

index 100f5b3..8566d71 100644 (file)
@@ -17,7 +17,7 @@ struct Ecore.Exe.Event_Data
    exe: Efl.Object;  [[The handle to the process. FIXME: should actually be Ecore.Exe, workaround cyclic]]
    data: void_ptr; [[The raw binary data from the child process that was received]]
    size: int; [[The size of this data in bytes]]
-   lines: ptr(Ecore.Exe.Event_Data.Line); [[An array of line data if line buffered, the last one has it's line member set to $NULL]]
+   lines: ptr(Ecore.Exe.Event_Data.Line); [[An array of line data if line buffered, the last one has its line member set to $NULL]]
 }
 
 enum Ecore.Exe_Flags