engine_drm: Fix typo in error message

This commit is contained in:
Stefan Schmidt 2014-07-10 12:34:08 +02:00
parent bacba21ab0
commit ec0863e6ed
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ engine_drm_args(const char *engine __UNUSED__, int width __UNUSED__, int height
einfo = (Evas_Engine_Info_Drm *)evas_engine_info_get(evas);
if (!einfo)
{
printf("Evas does not support the Drm Enginge\n");
printf("Evas does not support the Drm Engine\n");
return EINA_FALSE;
}