Fix typo in error message (enhacement -> enhancement)

(cherry picked from edfceea853 commit)
This commit is contained in:
Carl Worth 2006-09-13 15:25:07 -07:00 committed by Behdad Esfahbod
parent 8756984041
commit cb46125b5f

View file

@ -148,7 +148,7 @@ _cairo_format_from_pixman_format (pixman_format_t *pixman_format)
"\tRed mask: 0x%08x\n"
"\tGreen mask: 0x%08x\n"
"\tBlue mask: 0x%08x\n"
"Please file an enhacement request (quoting the above) at:\n"
"Please file an enhancement request (quoting the above) at:\n"
PACKAGE_BUGREPORT "\n",
bpp, am, rm, gm, bm);