jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=eb50ece0826aa63f2428aa7cb5bca6cfebe6e73b

commit eb50ece0826aa63f2428aa7cb5bca6cfebe6e73b
Author: Sungtaek Hong <sth253.h...@samsung.com>
Date:   Tue Jan 30 14:25:39 2018 +0900

    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
---
 src/lib/edje/edje_util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
 }

-- 


Reply via email to