summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-09-30 16:35:40 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-09-30 16:35:40 -0400
commit8299e480df42f0c1c6481a87c83a6497e76856f0 (patch)
tree322aac678f4ae18acc45e06af71e468c1941f4ee
parent18b4ad750528cf5018dc7aa53ba37d1a8af44e1f (diff)
downloadpango-8299e480df42f0c1c6481a87c83a6497e76856f0.tar.gz
Bug 596837 - Typo in pango_cairo_show_layout documentation
-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 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.
*