SVN revision: 19952
This commit is contained in:
David Walter Seikel 2006-01-21 18:15:23 +00:00
parent a6cafb2f1f
commit a9b4d794a2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ _e_app_error_dialog_fill_data(E_App_Autopsy *app, E_Config_Dialog_Data *cfdata)
{
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))
{