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