edje: correct english.

This commit is contained in:
Cedric Bail 2014-01-05 19:30:34 +09:00
parent e362924c0e
commit af83a4511c
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ edje_file_data_get(const char *file, const char *key)
f = eina_file_open(file, EINA_FALSE);
if (!f)
{
ERR("File [%s] can not be open.", file);
ERR("File [%s] can not be opened.", file);
return NULL;
}