mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 18:08:03 +02:00
Fix typo in error message (enhacement -> enhancement)
(cherry picked from edfceea853 commit)
This commit is contained in:
parent
8756984041
commit
cb46125b5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue