examples/evas: Fix sp. of 'Coult' in warning

Reviewers: cedric

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D5102
This commit is contained in:
Bryce Harrington 2017-08-18 09:46:48 -04:00 committed by Chris Michael
parent 49d339b72e
commit 73c02f0b2c
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ main(int argc EINA_UNUSED, char *argv[] EINA_UNUSED)
ee = ecore_evas_new(NULL, 0, 0, W, H, NULL);
if (!ee)
{
fprintf(stderr, "Coult not create the Ecore_Evas\n");
fprintf(stderr, "Could not create the Ecore_Evas\n");
goto err_ee;
}