summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2006-05-28 18:57:12 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-05-28 18:57:12 +0000
commit80ec84414fa9096f34be97f762339b3ba35da247 (patch)
tree712ba969ff931387a1dd362bb8de606524295bfd
parentedbfd1b8a9611d2351d254b2717487e5089eae90 (diff)
downloadpango-80ec84414fa9096f34be97f762339b3ba35da247.tar.gz
Doc.
-rw-r--r--pango/pangocairo-render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangocairo-render.c b/pango/pangocairo-render.c
index 98c0237e..bfd120f3 100644
--- a/pango/pangocairo-render.c
+++ b/pango/pangocairo-render.c
@@ -650,7 +650,7 @@ pango_cairo_layout_line_path (cairo_t *cr,
* @cr: a Cairo context
* @layout: a Pango layout
*
- * Adds the text in a #PangoLayoutLine to the current path in the
+ * Adds the text in a #PangoLayout to the current path in the
* specified cairo context. The top-left corner of the #PangoLayout
* will be at the current point of the cairo context.
*