edbus: Fix typo in error message

SVN revision: 81172
This commit is contained in:
Lucas De Marchi 2012-12-17 18:24:43 +00:00
parent f75ffb34fa
commit effae37eab
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ edbus_init(void)
if (!eina_init())
{
fputs("EDBus: Enable to initialize eina\n", stderr);
fputs("EDBus: Unable to initialize eina\n", stderr);
return 0;
}