[cairo-commit] src/cairo-image-surface.c
Carl Worth
cworth at kemper.freedesktop.org
Wed Sep 13 15:27:46 PDT 2006
src/cairo-image-surface.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree edfceea853dd6ae189843f138478c7d43fb98367 (from 3623da441a2b9dcec1effef71a41967ad5ff1363)
Author: Carl Worth <cworth at cworth.org>
Date: Wed Sep 13 15:25:07 2006 -0700
Fix typo in error message (enhacement -> enhancement)
diff --git a/src/cairo-image-surface.c b/src/cairo-image-surface.c
index 0e79b22..62040d8 100644
--- a/src/cairo-image-surface.c
+++ b/src/cairo-image-surface.c
@@ -146,7 +146,7 @@ _cairo_format_from_pixman_format (pixman
"\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);
More information about the cairo-commit
mailing list