cedric pushed a commit to branch master.

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

commit a91d5e8f7240009fc17681f6163b1214923eaafa
Author: Jee-Yong Um <jc9...@samsung.com>
Date:   Tue Mar 15 11:24:20 2016 -0700

    edje_cc: fix typo in error message
    
    Summary: meaningless suffix is attached to a word in error message.
    
    Reviewers: cedric
    
    Subscribers: jpeg
    
    Differential Revision: https://phab.enlightenment.org/D3794
    
    Signed-off-by: Cedric Bail <ced...@osg.samsung.com>
---
 src/bin/edje/edje_cc_out.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/edje/edje_cc_out.c b/src/bin/edje/edje_cc_out.c
index a900b40..534c695 100644
--- a/src/bin/edje/edje_cc_out.c
+++ b/src/bin/edje/edje_cc_out.c
@@ -1357,7 +1357,7 @@ data_check_models(Eet_File *ef EINA_UNUSED, int 
*model_num EINA_UNUSED)
           }
         if (!file_exist)
           {
-             ERR("Unablegstsh to load model \"%s\". Check if path to file is 
correct (both directory and file name).",
+             ERR("Unable to load model \"%s\". Check if path to file is 
correct (both directory and file name).",
                  model->entry);
              exit(-1);
           }

-- 


Reply via email to