ref: 20e5cd8ca494d3e715bcc38701cfd5923225415d
parent: b76f84cbe3982b71357c727c208401d6645ecad3
author: Ralph Giles <giles@ghostscript.com>
date: Fri Jul 24 12:33:01 EDT 2009
Fix a typo in a debug statement.
--- a/jbig2_image.c
+++ b/jbig2_image.c
@@ -202,7 +202,7 @@
h = (y + h < dst->height) ? h : dst->height - y;
#ifdef JBIG2_DEBUG
jbig2_error(ctx, JBIG2_SEVERITY_DEBUG, -1,
- "composting %dx%d at (%d, %d) after clipping\n",
+ "compositing %dx%d at (%d, %d) after clipping\n",
w, h, x, y);
#endif