edje_object: fix typo in EAPI edje_object_color_class_description_get
authorSungtaek Hong <sth253.hong@samsung.com>
Tue, 30 Jan 2018 05:25:39 +0000 (14:25 +0900)
committerJiyoun Park <jy0703.park@samsung.com>
Tue, 3 Apr 2018 13:23:35 +0000 (22:23 +0900)
Reviewers: woohyun, jpeg, cedric, conr2d

Reviewed By: jpeg

Differential Revision: https://phab.enlightenment.org/D5766

src/lib/edje/edje_util.c

index 97fe1a5..41ccb02 100644 (file)
@@ -979,7 +979,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);
 }