From: JinYong Park Date: Fri, 27 Oct 2017 18:33:37 +0000 (-0700) Subject: evas: fix typo in eo file X-Git-Tag: submit/sandbox/upgrade/efl120/20180319.053334~2002 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=162d1b0577096323666604d02268aa842ee9ff11;p=platform%2Fupstream%2Fefl.git 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 --- diff --git a/src/lib/evas/canvas/evas_box.eo b/src/lib/evas/canvas/evas_box.eo index 041b868..42b4395 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) legacy: null; return: ptr(Evas_Object_Box_Option); [[Box option]] params { - @in child: Efl.Canvas.Object; [[Object top be inserted]] + @in child: Efl.Canvas.Object; [[Object to be inserted]] @in reference: const(Efl.Canvas.Object); [[Reference where the object will be inserted]] } } diff --git a/src/lib/evas/canvas/evas_grid.eo b/src/lib/evas/canvas/evas_grid.eo index 58ba14f..11e3614 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) @since 1.1]] params { - @in clear: bool; [[if $true, it will delete just removed children.]] + @in clear: bool; [[If $true, it will delete just removed children.]] } } iterator_new @const { diff --git a/src/lib/evas/canvas/evas_table.eo b/src/lib/evas/canvas/evas_table.eo index 3736bb4..9e91538 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) accounted proportionally.]] } values { - cols: int; [[Columns in Table]] + cols: int; [[Columns in table]] rows: int; [[Rows in table]] } }