Fix typo spotted by odium :)

SVN revision: 21189
This commit is contained in:
Christopher Michael 2006-03-11 15:34:46 +00:00
parent bdcb164c0c
commit 44e09d9e74
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ data_write(void)
}
else
{
fprintf(stderr, "%s: Error. unable to load image for image \"%s\" part entry to %s. Missing PNG ot JPEG loader modules for Evas or file does not exist, or is not readable.\n",
fprintf(stderr, "%s: Error. unable to load image for image \"%s\" part entry to %s. Missing PNG or JPEG loader modules for Evas or file does not exist, or is not readable.\n",
progname, img->entry, file_out);
ABORT_WRITE(ef, file_out);
}