[cairo] [PATCH] a small typo in cairo-quartz-surface.c
Kouhei Sutou
kou at cozmixng.org
Fri Jan 11 05:03:44 PST 2008
diff --git a/src/cairo-quartz-surface.c b/src/cairo-quartz-surface.c
index 88fe4b0..82b101d 100644
--- a/src/cairo-quartz-surface.c
+++ b/src/cairo-quartz-surface.c
@@ -1627,7 +1627,7 @@ _cairo_quartz_surface_create_internal (CGContextRef cgCont
ext,
* 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
mailing list