diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2007-08-14 23:57:29 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-08-14 23:57:29 +0000 |
commit | 7086b56a116f2b01c0bb889e67656d3d2f5e308c (patch) | |
tree | ea9dad74ad7ed59e092a61e8aa97a19bff569b3a /pango/glyphstring.c | |
parent | 0cd7bf0b843cfbb6eb0dafa8e724483546d2d085 (diff) | |
download | pango-7086b56a116f2b01c0bb889e67656d3d2f5e308c.tar.gz |
Fix typo
svn path=/trunk/; revision=2397
Diffstat (limited to 'pango/glyphstring.c')
-rw-r--r-- | pango/glyphstring.c | 2 |
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() |