evas: fix typo in eo file
authorJinYong Park <j4939.park@samsung.com>
Fri, 27 Oct 2017 18:33:37 +0000 (11:33 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Fri, 27 Oct 2017 19:12:25 +0000 (12:12 -0700)
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>
src/lib/evas/canvas/evas_box.eo
src/lib/evas/canvas/evas_grid.eo
src/lib/evas/canvas/evas_table.eo

index 041b868..42b4395 100644 (file)
@@ -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]]
          }
       }
index 58ba14f..11e3614 100644 (file)
@@ -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 {
index 3736bb4..9e91538 100644 (file)
@@ -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]]
          }
       }