fixed typos.

master
tabe 2009-02-24 07:59:08 +00:00
parent a1766e4881
commit 1abc30eb42
3 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ _gdGetColors (gdIOCtx * in, gdImagePtr im, int gd2xFlag)
}
}
GD2_DBG (printf
("Pallette had %d colours (T=%d)\n", im->colorsTotal,
("Palette had %d colours (T=%d)\n", im->colorsTotal,
im->transparent));
if (im->trueColor)
{

View File

@ -81,7 +81,7 @@ void CompareImages(char *msg, gdImagePtr im1, gdImagePtr im2)
}
if (cmpRes & GD_CMP_NUM_COLORS) {
printf("-%s: INFO number of pallette entries differ %d Vs. %d\n",msg,
printf("-%s: INFO number of palette entries differ %d Vs. %d\n",msg,
im1->colorsTotal, im2->colorsTotal);
}

View File

@ -405,7 +405,7 @@ CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2)
if (cmpRes & GD_CMP_NUM_COLORS)
{
printf ("-%s: INFO number of pallette entries differ %d Vs. %d\n", msg,
printf ("-%s: INFO number of palette entries differ %d Vs. %d\n", msg,
im1->colorsTotal, im2->colorsTotal);
}