Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_ipc_handlers.h 


Log Message:
Typo.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_ipc_handlers.h,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -3 -r1.95 -r1.96
--- e_ipc_handlers.h    9 Oct 2005 22:15:58 -0000       1.95
+++ e_ipc_handlers.h    9 Oct 2005 22:28:39 -0000       1.96
@@ -6413,7 +6413,7 @@
    e_config->evas_engine_default = value;
    E_CONFIG_LIMIT(e_config->evas_engine_default, E_EVAS_ENGINE_SOFTWARE_X11, 
E_EVAS_ENGINE_XRENDER_X11);
    SAVE;
-   END_INT
+   END_INT;
 #elif (TYPE == E_REMOTE_IN)
 #endif
 #undef HDL
@@ -6513,7 +6513,7 @@
    else if (!strcmp(params[1], "XRENDER")) engine = E_EVAS_ENGINE_XRENDER_X11;
    else
      {
-        printf("engine must be DEAFULT, SOFTWARE, GL or XRENDER\n");
+        printf("engine must be DEFAULT, SOFTWARE, GL or XRENDER\n");
         exit(-1);
      }
    REQ_2INT_END(context, engine, HDL);




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to