[cairo-commit] src/cairo-arc.c
Carl Worth
cworth at kemper.freedesktop.org
Mon Aug 7 10:33:24 PDT 2006
src/cairo-arc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
New commits:
diff-tree 7724c575b028140fd671d4ef853096a24112146f (from caa9abc9ee33b660f158ac9f5d420bb39c0b47cb)
Author: Declan Naughton <piratepenguin at gmail.com>
Date: Mon Aug 7 10:33:15 2006 -0700
Fix typos in internal documentation.
diff --git a/src/cairo-arc.c b/src/cairo-arc.c
index fdef6a3..2bf6c89 100644
--- a/src/cairo-arc.c
+++ b/src/cairo-arc.c
@@ -231,7 +231,7 @@ _cairo_arc_in_direction (cairo_t *cr,
}
/**
- * _cairo_arc_path_negative:
+ * _cairo_arc_path
* @cr: a cairo context
* @xc: X position of the center of the arc
* @yc: Y position of the center of the arc
@@ -266,7 +266,7 @@ _cairo_arc_path (cairo_t *cr,
* @angle2: the end angle, in radians
* @ctm: the current transformation matrix
* @tolerance: the current tolerance value
- * @path: the path onto which th earc will be appended
+ * @path: the path onto which the arc will be appended
*
* Compute a path for the given arc (defined in the negative
* direction) and append it onto the current path within @cr. The arc
More information about the cairo-commit
mailing list