summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2006-06-07 01:08:16 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-06-07 01:08:16 +0000
commitbd264faea9ef698a332a230f52323a05e6761439 (patch)
tree8e139de6b81b6afe5d72a18bd99943248579b398 /gdk
parentd3874d09189543d3207512384de1eb40b8e40ec5 (diff)
downloadgtk+-bd264faea9ef698a332a230f52323a05e6761439.tar.gz
Fix typo.
Diffstat (limited to 'gdk')
-rw-r--r--gdk/gdkpango.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkpango.c b/gdk/gdkpango.c
index d054de2717..646beb07c4 100644
--- a/gdk/gdkpango.c
+++ b/gdk/gdkpango.c
@@ -1326,7 +1326,7 @@ gdk_pango_layout_line_get_clip_region (PangoLayoutLine *line,
* ranges of bytes in the layout's text.
*
* Note that the regions returned correspond to logical extents of the text
- * ranges, not ink extents. So the drawn line may in fact touch areas out of
+ * ranges, not ink extents. So the drawn layout may in fact touch areas out of
* the clip region. The clip region is mainly useful for highlightling parts
* of text, such as when text is selected.
*