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-10-30 15:52:44 +0900
commit7c3687e18de985bcb4777217586b02fa8ac231e3 (patch)
treee96df3c2f18e8da8b66f3628a7bd3624e404636b
parent3179a10dc68d52552395a5cc109791b50a6b718b (diff)
downloadefl-7c3687e18de985bcb4777217586b02fa8ac231e3.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 100f5b35f3..8566d71f5b 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