edje_cc: fix typo in error message
authorJee-Yong Um <jc9.um@samsung.com>
Tue, 15 Mar 2016 18:24:20 +0000 (11:24 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Tue, 15 Mar 2016 18:24:31 +0000 (11:24 -0700)
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 <cedric@osg.samsung.com>
src/bin/edje/edje_cc_out.c

index a900b40..534c695 100644 (file)
@@ -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);
           }