summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Guyomarc'h <jean@guyomarch.bzh>2017-09-27 23:40:10 +0200
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2017-11-07 18:30:08 +0900
commit3d4e84a7f208082e5171775a0b03d32d96a2da65 (patch)
treeeba11b18b1bd64e3c5f8f7675fbcf7ce7e5735d4
parent940bb84a63e049411003afbdf9ec545ea9055653 (diff)
downloadefl-3d4e84a7f208082e5171775a0b03d32d96a2da65.tar.gz
ecore: fix typo in documentation
-rw-r--r--src/lib/ecore/ecore_exe.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore/ecore_exe.eo b/src/lib/ecore/ecore_exe.eo
index 78a1da9e03..3782229a85 100644
--- a/src/lib/ecore/ecore_exe.eo
+++ b/src/lib/ecore/ecore_exe.eo
@@ -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