diff options
author | Myoungwoon Roy, Kim <myoungwoon.kim@samsung.com> | 2018-08-30 14:01:21 +0900 |
---|---|---|
committer | Hermet Park <hermetpark@gmail.com> | 2018-08-30 14:01:21 +0900 |
commit | e06a9b6acf2d74880a3d4697248fd4e24971eef0 (patch) | |
tree | 918fbdc09dba5e30d6237488bd7ee5cad14a0180 /src/lib/elementary/elm_access.h | |
parent | 5b9d152e147612d50dc4059ad6d91fe2f233701c (diff) | |
download | efl-e06a9b6acf2d74880a3d4697248fd4e24971eef0.tar.gz |
docs: Fix typos and some wrong expressions in API reference doc.
Summary: I had fixed some typos and some wrong expressions in API reference doc
Test Plan: N/A
Reviewers: raster, zmike, Hermet, segfaultxavi
Reviewed By: Hermet
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D6943
Diffstat (limited to 'src/lib/elementary/elm_access.h')
-rw-r--r-- | src/lib/elementary/elm_access.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/elm_access.h b/src/lib/elementary/elm_access.h index 8d82765216..0b0dfab78b 100644 --- a/src/lib/elementary/elm_access.h +++ b/src/lib/elementary/elm_access.h @@ -258,9 +258,9 @@ EAPI void elm_access_action_cb_set(Evas_Object *obj, const Elm_Access_Action_Typ * @brief Set the next access object for highlight. * @since 1.8 * - * @param obj The object is previous access object of next for hilight. + * @param obj The object is previous access object of next for highlight. * @param dir Access direction same as Focus direction - * @param next The object is next access object of obj for hilight. + * @param next The object is next access object of obj for highlight. * * Currently focus chain is used for access highlight chain. Use this API to * customize highlight chain. If highlight chain is already established, you can |