Edje init: fix typo in error message.

Evas is the one being initiated, not eet.
This commit is contained in:
Tom Hacohen 2015-03-05 09:26:01 +00:00
parent fecc487b3b
commit dac7e8844f
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ edje_init(void)
if (!evas_init())
{
ERR("Eet init failed");
ERR("Evas init failed");
goto shutdown_embryo;
}