jpeg pushed a commit to branch master.

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

commit ad109b0bc484187c2112b6b0b754a381dc700a06
Author: Bryce Harrington <br...@osg.samsung.com>
Date:   Thu Mar 2 11:52:22 2017 +0900

    ecore: Fix typo in error message
    
    Reviewers: cedric, jpeg
    
    Reviewed By: jpeg
    
    Subscribers: jpeg, cedric
    
    Differential Revision: https://phab.enlightenment.org/D4689
---
 src/lib/ecore/ecore_anim.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore/ecore_anim.c b/src/lib/ecore/ecore_anim.c
index be79224..452cbb7 100644
--- a/src/lib/ecore/ecore_anim.c
+++ b/src/lib/ecore/ecore_anim.c
@@ -900,7 +900,7 @@ ecore_animator_source_set(Ecore_Animator_Source source)
    DBG("New source set to %s.",
        source == ECORE_ANIMATOR_SOURCE_TIMER ? "TIMER" :
        source == ECORE_ANIMATOR_SOURCE_CUSTOM ? "CUSTOM" :
-       "UNKNOW");
+       "UNKNOWN");
    if (_have_animators()) _begin_tick();
 }
 

-- 


Reply via email to