shithub: jbig2

Download patch

ref: da580ddc6398b1818fc20036b79a89a7856b0296
parent: c0c36828c7ded70a82bb65affd3cf10ef7ddc5ea
author: Ralph Giles <giles@ghostscript.com>
date: Wed Apr 1 13:38:47 EDT 2009

Correct a typo in a debug message.

--- 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) afer clipping\n",
+      "composting %dx%d at (%d, %d) after clipping\n",
         w, h, x, y);
 #endif