diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-09-30 16:35:40 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-09-30 16:35:40 -0400 |
commit | 8299e480df42f0c1c6481a87c83a6497e76856f0 (patch) | |
tree | 322aac678f4ae18acc45e06af71e468c1941f4ee /pango/pangocairo-render.c | |
parent | 18b4ad750528cf5018dc7aa53ba37d1a8af44e1f (diff) | |
download | pango-8299e480df42f0c1c6481a87c83a6497e76856f0.tar.gz |
Bug 596837 - Typo in pango_cairo_show_layout documentation
Diffstat (limited to 'pango/pangocairo-render.c')
-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 006c8b57..2706fd20 100644 --- a/pango/pangocairo-render.c +++ b/pango/pangocairo-render.c @@ -990,7 +990,7 @@ pango_cairo_show_layout_line (cairo_t *cr, * @cr: a Cairo context * @layout: a Pango layout * - * Draws a #PangoLayoutLine in the specified cairo context. + * Draws a #PangoLayout in the specified cairo context. * The top-left corner of the #PangoLayout will be drawn * at the current point of the cairo context. * |