ecore_imf: fix typo in ecore_imf_example.c

SVN revision: 83002
This commit is contained in:
Jihoon Kim 2013-01-19 06:18:31 +00:00
parent 4e9f2eaaf9
commit 917b131ee3
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ main(int argc, char *argv[])
evas = ecore_evas_get(ee);
if (!evas)
{
fprintf(stderr, "failed to ccall ecore_evas_get\n");
fprintf(stderr, "failed to call ecore_evas_get\n");
return EXIT_FAILURE;
}