From 02096f66f365c109ddf41432b9a818726d45cbae Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 25 Oct 2006 12:51:35 -0700 Subject: [PATCH] Fix typo --- 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 447ebdd61..6db28ecfb 100644 --- a/src/cairo-pdf-surface.c +++ b/src/cairo-pdf-surface.c @@ -880,7 +880,7 @@ emit_surface_pattern (cairo_pdf_surface_t *surface, xstep = image->width; ystep = image->height; break; - /* All the reset should have been analyzed away, so this case + /* All the rest should have been analyzed away, so this case * should be unreachable. */ case CAIRO_EXTEND_REFLECT: case CAIRO_EXTEND_PAD: