devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=73c02f0b2c026ed1e477fda78bb19dd0fd537871

commit 73c02f0b2c026ed1e477fda78bb19dd0fd537871
Author: Bryce Harrington <br...@osg.samsung.com>
Date:   Fri Aug 18 09:46:48 2017 -0400

    examples/evas: Fix sp. of 'Coult' in warning
    
    Reviewers: cedric
    
    Subscribers: jpeg
    
    Differential Revision: https://phab.enlightenment.org/D5102
---
 src/examples/evas/evas-event-filter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/evas/evas-event-filter.c 
b/src/examples/evas/evas-event-filter.c
index 6ab515ec1f..530aba9b5a 100644
--- a/src/examples/evas/evas-event-filter.c
+++ b/src/examples/evas/evas-event-filter.c
@@ -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;
      }
 

-- 


Reply via email to