diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2007-08-15 00:20:02 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-08-15 00:20:02 +0000 |
commit | 12d148d96f6f6b5d0d1304c786e8ee926713e80d (patch) | |
tree | 35d237497195372e69d328af7eb9db3d5d860f11 /pango/glyphstring.c | |
parent | b1570d10478acfa24be0ba2ebc2a066557d7452e (diff) | |
download | pango-12d148d96f6f6b5d0d1304c786e8ee926713e80d.tar.gz |
Fix more typos
svn path=/trunk/; revision=2399
Diffstat (limited to 'pango/glyphstring.c')
-rw-r--r-- | pango/glyphstring.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/glyphstring.c b/pango/glyphstring.c index 2e1300d6..d8e4dd31 100644 --- a/pango/glyphstring.c +++ b/pango/glyphstring.c @@ -374,8 +374,8 @@ pango_glyph_string_get_logical_widths (PangoGlyphString *glyphs, * @length: the number of bytes (not characters) in @text. * @analysis: the analysis information return from pango_itemize() * @index_: the byte index within @text - * @trailing: whether we should compute the result for the beginning - * or end of the character. + * @trailing: whether we should compute the result for the beginning (%FALSE) + * or end (%TRUE) of the character. * @x_pos: location to store result * * Converts from character position to x position. (X position |