diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2006-05-28 18:57:12 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-05-28 18:57:12 +0000 |
commit | 80ec84414fa9096f34be97f762339b3ba35da247 (patch) | |
tree | 712ba969ff931387a1dd362bb8de606524295bfd /pango | |
parent | edbfd1b8a9611d2351d254b2717487e5089eae90 (diff) | |
download | pango-80ec84414fa9096f34be97f762339b3ba35da247.tar.gz |
Doc.
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pangocairo-render.c | 2 |
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. * |