diff options
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. |