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 <cedric@osg.samsung.com>
This commit is contained in:
Jee-Yong Um 2016-03-15 11:24:20 -07:00 committed by Cedric Bail
parent 544bd91e5f
commit a91d5e8f72
1 changed files with 1 additions and 1 deletions

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