diff --git a/src/bin/engine_drm.c b/src/bin/engine_drm.c index cc36364..4fa6a7e 100644 --- a/src/bin/engine_drm.c +++ b/src/bin/engine_drm.c @@ -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; }