From 6fbe2432c6072522b9003a1e46180392010a7aad Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 15 Sep 2007 04:02:39 -0400 Subject: [PATCH] [PDF] Fix typo in comments --- src/cairo-pdf-surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo-pdf-surface.c b/src/cairo-pdf-surface.c index f9c7224da..d43cdb0a6 100644 --- a/src/cairo-pdf-surface.c +++ b/src/cairo-pdf-surface.c @@ -1543,7 +1543,7 @@ _cairo_pdf_surface_emit_surface_pattern (cairo_pdf_surface_t *surface, * pattern space, (which has a size that we establish in the BBox * dictionary entry), to the PDF page's *initial* space, (which * does not benefit from the Y-axis flipping matrix that we emit - * on each page). So the PDF patterns patrix maps from a + * on each page). So the PDF patterns matrix maps from a * (width,height) pattern space to a device space with the origin * in the lower-left corner. *