[cairo-commit] src/cairo-quartz-surface.c

Carl Worth cworth at kemper.freedesktop.org
Fri Jan 11 14:42:58 PST 2008


 src/cairo-quartz-surface.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3610841910714f0bca07caeb606be9c69fd9d4c8
Author: Kouhei Sutou <kou at cozmixng.org>
Date:   Fri Jan 11 14:36:05 2008 -0800

    Fix typo in comment.

diff --git a/src/cairo-quartz-surface.c b/src/cairo-quartz-surface.c
index 107e717..d254332 100644
--- a/src/cairo-quartz-surface.c
+++ b/src/cairo-quartz-surface.c
@@ -1920,7 +1920,7 @@ _cairo_quartz_surface_create_internal (CGContextRef cgContext,
  * this function is called:
  *
  * <informalexample><programlisting>
- * GContextTranslateCTM (cgContext, 0.0, height);
+ * CGContextTranslateCTM (cgContext, 0.0, height);
  * CGContextScaleCTM (cgContext, 1.0, -1.0);
  * </programlisting></informalexample>
  *


More information about the cairo-commit mailing list