summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2007-08-15 00:27:37 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-08-15 00:27:37 +0000
commitcb816fe9b636b832e8383acc03654f92edb583d3 (patch)
treeb32bd8a91ac110db3752df9e30517f2ff5b9d65a
parent12d148d96f6f6b5d0d1304c786e8ee926713e80d (diff)
downloadpango-cb816fe9b636b832e8383acc03654f92edb583d3.tar.gz
Fix another typo
svn path=/trunk/; revision=2400
-rw-r--r--pango/pango-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index ed982760..82d8ba54 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -3827,7 +3827,7 @@ pango_layout_line_get_type (void)
* @trailing: location to store an integer indicating where
* in the grapheme the user clicked. It will either
* be zero, or the number of characters in the
- * grapheme. 0 represents the trailing edge of the grapheme.
+ * grapheme. 0 represents the leading edge of the grapheme.
*
* Converts from x offset to the byte index of the corresponding
* character within the text of the layout. If @x_pos is outside the line,