summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2007-08-14 23:57:29 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-08-14 23:57:29 +0000
commit7086b56a116f2b01c0bb889e67656d3d2f5e308c (patch)
treeea9dad74ad7ed59e092a61e8aa97a19bff569b3a
parent0cd7bf0b843cfbb6eb0dafa8e724483546d2d085 (diff)
downloadpango-7086b56a116f2b01c0bb889e67656d3d2f5e308c.tar.gz
Fix typo
svn path=/trunk/; revision=2397
-rw-r--r--pango/glyphstring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/glyphstring.c b/pango/glyphstring.c
index 7bf383a7..17f49331 100644
--- a/pango/glyphstring.c
+++ b/pango/glyphstring.c
@@ -491,7 +491,7 @@ pango_glyph_string_index_to_x (PangoGlyphString *glyphs,
/**
* pango_glyph_string_x_to_index:
- * @glyphs: the glyphs return from pango_shape()
+ * @glyphs: the glyphs returned from pango_shape()
* @text: the text for the run
* @length: the number of bytes (not characters) in text.
* @analysis: the analysis information return from pango_itemize()