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/pango-layout.c | |
parent | b1570d10478acfa24be0ba2ebc2a066557d7452e (diff) | |
download | pango-12d148d96f6f6b5d0d1304c786e8ee926713e80d.tar.gz |
Fix more typos
svn path=/trunk/; revision=2399
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r-- | pango/pango-layout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 858ec3d6..ed982760 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -1338,8 +1338,8 @@ pango_layout_get_line_readonly (PangoLayout *layout, * @line: a #PangoLayoutLine * @index_: byte offset of a grapheme within the layout * @trailing: an integer indicating the edge of the grapheme to retrieve - * the position of. If 0, the trailing edge of the grapheme, - * if > 0, the leading of the grapheme. + * the position of. If > 0, the trailing edge of the grapheme, + * if 0, the leading of the grapheme. * @x_pos: location to store the x_offset (in #PangoGlyphUnit) * * Converts an index within a line to a X position. |