diff options
author | Yeongjong Lee <yj34.lee@samsung.com> | 2018-08-31 17:45:31 +0900 |
---|---|---|
committer | Hermet Park <hermetpark@gmail.com> | 2018-08-31 17:45:31 +0900 |
commit | 02d83ebcd446aa15bb56fd65407b93b5810ea17e (patch) | |
tree | 33c9c41ee4a074f867f1599e13cc6e16d9d5e834 /src/lib/efl/interfaces/efl_text_cursor.eo | |
parent | b224cecf90f529d449afb5e9416af38782d02d41 (diff) |
docs: Fix typos in API reference doc and comments.
Reviewers: Hermet, segfaultxavi
Reviewed By: Hermet, segfaultxavi
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D6948
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/interfaces/efl_text_cursor.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/efl/interfaces/efl_text_cursor.eo b/src/lib/efl/interfaces/efl_text_cursor.eo index b0e4c28b51..87bba61bdd 100644 --- a/src/lib/efl/interfaces/efl_text_cursor.eo +++ b/src/lib/efl/interfaces/efl_text_cursor.eo | |||
@@ -9,7 +9,7 @@ enum Efl.Text_Cursor_Get_Type { | |||
9 | selection_begin, [[Selection begin cursor state]] | 9 | selection_begin, [[Selection begin cursor state]] |
10 | selection_end, [[Selection end cursor state]] | 10 | selection_end, [[Selection end cursor state]] |
11 | preedit_start, [[Pre-edit start cursor state]] | 11 | preedit_start, [[Pre-edit start cursor state]] |
12 | preedit_end, [[Pre-edit end cursor starge]] | 12 | preedit_end, [[Pre-edit end cursor state]] |
13 | user, [[User cursor state]] | 13 | user, [[User cursor state]] |
14 | user_extra [[User extra cursor state]] | 14 | user_extra [[User extra cursor state]] |
15 | } | 15 | } |