diff options
author | JinYong Park <j4939.park@samsung.com> | 2017-10-27 11:33:37 -0700 |
---|---|---|
committer | Cedric Bail <cedric@osg.samsung.com> | 2017-10-27 12:12:25 -0700 |
commit | 162d1b0577096323666604d02268aa842ee9ff11 (patch) | |
tree | 6d825e888fad7e6af1fa3f59f47c36e0975de6f7 /src/lib | |
parent | 1fcb357a662c219ce59ee2367a876b5e7f3b8c97 (diff) |
evas: fix typo in eo file
Summary:
Change the first letter of the sentence from lowercase to uppercase,
and fix typo "top be" to "to be"
Reviewers: cedric, jpeg, stefan_schmidt, myoungwoon, Jaehyun_Cho, conr2d
Reviewed By: cedric
Differential Revision: https://phab.enlightenment.org/D5398
Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/evas/canvas/evas_box.eo | 2 | ||||
-rw-r--r-- | src/lib/evas/canvas/evas_grid.eo | 2 | ||||
-rw-r--r-- | src/lib/evas/canvas/evas_table.eo | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/evas/canvas/evas_box.eo b/src/lib/evas/canvas/evas_box.eo index 041b868638..42b4395d01 100644 --- a/src/lib/evas/canvas/evas_box.eo +++ b/src/lib/evas/canvas/evas_box.eo | |||
@@ -521,7 +521,7 @@ class Evas.Box (Efl.Canvas.Group) | |||
521 | legacy: null; | 521 | legacy: null; |
522 | return: ptr(Evas_Object_Box_Option); [[Box option]] | 522 | return: ptr(Evas_Object_Box_Option); [[Box option]] |
523 | params { | 523 | params { |
524 | @in child: Efl.Canvas.Object; [[Object top be inserted]] | 524 | @in child: Efl.Canvas.Object; [[Object to be inserted]] |
525 | @in reference: const(Efl.Canvas.Object); [[Reference where the object will be inserted]] | 525 | @in reference: const(Efl.Canvas.Object); [[Reference where the object will be inserted]] |
526 | } | 526 | } |
527 | } | 527 | } |
diff --git a/src/lib/evas/canvas/evas_grid.eo b/src/lib/evas/canvas/evas_grid.eo index 58ba14f934..11e3614ecf 100644 --- a/src/lib/evas/canvas/evas_grid.eo +++ b/src/lib/evas/canvas/evas_grid.eo | |||
@@ -68,7 +68,7 @@ class Evas.Grid (Efl.Canvas.Group) | |||
68 | @since 1.1]] | 68 | @since 1.1]] |
69 | 69 | ||
70 | params { | 70 | params { |
71 | @in clear: bool; [[if $true, it will delete just removed children.]] | 71 | @in clear: bool; [[If $true, it will delete just removed children.]] |
72 | } | 72 | } |
73 | } | 73 | } |
74 | iterator_new @const { | 74 | iterator_new @const { |
diff --git a/src/lib/evas/canvas/evas_table.eo b/src/lib/evas/canvas/evas_table.eo index 3736bb4434..9e915387b9 100644 --- a/src/lib/evas/canvas/evas_table.eo +++ b/src/lib/evas/canvas/evas_table.eo | |||
@@ -110,7 +110,7 @@ class Evas.Table (Efl.Canvas.Group) | |||
110 | accounted proportionally.]] | 110 | accounted proportionally.]] |
111 | } | 111 | } |
112 | values { | 112 | values { |
113 | cols: int; [[Columns in Table]] | 113 | cols: int; [[Columns in table]] |
114 | rows: int; [[Rows in table]] | 114 | rows: int; [[Rows in table]] |
115 | } | 115 | } |
116 | } | 116 | } |