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/edje/Edje_Edit.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/edje/Edje_Edit.h')
-rw-r--r-- | src/lib/edje/Edje_Edit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/edje/Edje_Edit.h b/src/lib/edje/Edje_Edit.h index d30b28e063..3803a64d0d 100644 --- a/src/lib/edje/Edje_Edit.h +++ b/src/lib/edje/Edje_Edit.h @@ -1105,7 +1105,7 @@ EAPI Eina_Bool edje_edit_color_class_del(Evas_Object *obj, const char *name); /** * @brief Gets all the colors that compose the class. * - * You can pass NULL to colors you are not intrested in. + * You can pass NULL to colors you are not interested in. * * @param obj Object being edited. * @param class_name Color class to fetch values. |