summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2006-05-28 18:57:44 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-05-28 18:57:44 +0000
commite6759c74462435d23512ede99f48554f69e4db6a (patch)
tree5c7b00f0a0c191dfeee479ba7111bb63e1120130
parent50b9f72bcdfc882c497704949a4caf5b207f0d2f (diff)
downloadpango-e6759c74462435d23512ede99f48554f69e4db6a.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.
*