summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSungtaek Hong <sth253.hong@samsung.com>2018-01-30 14:25:39 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2018-01-30 14:25:39 +0900
commiteb50ece0826aa63f2428aa7cb5bca6cfebe6e73b (patch)
treecafd9e1a62b760edf8af85b1d285f50590aaf6fe
parentf3d3104a14868a3fa97346aff3c643e4c037d2bb (diff)
downloadefl-eb50ece0826aa63f2428aa7cb5bca6cfebe6e73b.tar.gz
edje_object: fix typo in EAPI edje_object_color_class_description_get
Reviewers: woohyun, jpeg, cedric, conr2d Reviewed By: jpeg Differential Revision: https://phab.enlightenment.org/D5766
-rw-r--r--src/lib/edje/edje_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/edje/edje_util.c b/src/lib/edje/edje_util.c
index 5a72652a44..e55091df19 100644
--- a/src/lib/edje/edje_util.c
+++ b/src/lib/edje/edje_util.c
@@ -900,7 +900,7 @@ _efl_canvas_layout_efl_gfx_color_class_color_class_get(Eo *obj EINA_UNUSED, Edje
}
EAPI const char *
-edje_objcet_color_class_description_get(const Evas_Object *obj, const char *color_class)
+edje_object_color_class_description_get(const Evas_Object *obj, const char *color_class)
{
return efl_gfx_color_class_description_get(obj, color_class);
}