raster pushed a commit to branch efl-1.20.

http://git.enlightenment.org/core/efl.git/commit/?id=68218e7920f4d2f489e0ca93e689452da5546050

commit 68218e7920f4d2f489e0ca93e689452da5546050
Author: JinYong Park <j4939.p...@samsung.com>
Date:   Fri Oct 27 11:33:37 2017 -0700

    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 <ced...@osg.samsung.com>
---
 src/lib/evas/canvas/evas_box.eo   | 2 +-
 src/lib/evas/canvas/evas_grid.eo  | 2 +-
 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 36fca8a4dc..862ed5c622 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.Clipped)
          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 7d7ea916c1..22a56bda79 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.Clipped)
            @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 768e2bcaab..fca93b5803 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.Clipped)
               accounted proportionally.]]
          }
          values {
-            cols: int; [[Columns in Table]]
+            cols: int; [[Columns in table]]
             rows: int; [[Rows in table]]
          }
       }

-- 


Reply via email to