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/evas/canvas/evas_table.eo | |
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 '')
-rw-r--r-- | src/lib/evas/canvas/evas_table.eo | 2 |
1 files changed, 1 insertions, 1 deletions
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 | } |