eio: fix a typos.

This commit is contained in:
Cedric Bail 2013-03-22 22:56:52 +09:00
parent 0fbe8161ba
commit a1c24625dd
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ eio_init(void)
if (!ecore_init())
{
ERR("Can not initialize Eina\n");
ERR("Can not initialize Ecore\n");
goto unregister_log_domain;
}