Enlightenment CVS committal Author : onefang Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_apps_error.c Log Message: Typo. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps_error.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- e_apps_error.c 21 Jan 2006 17:35:36 -0000 1.2 +++ e_apps_error.c 21 Jan 2006 18:15:23 -0000 1.3 @@ -55,7 +55,7 @@ { cfdata->exit = malloc((length + 64) * sizeof(char)); if (cfdata->exit) - sprintf(cfdata->exit, "An exit code of %i was return from %s", app->del.exit_code, app->app->exe); + sprintf(cfdata->exit, "An exit code of %i was returned from %s", app->del.exit_code, app->app->exe); } if ((app->del.signalled) && (!cfdata->signal)) { ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs