]> Pileus Git - ~andy/gtk/commitdiff
Fix typo.
authorBehdad Esfahbod <behdad@src.gnome.org>
Wed, 7 Jun 2006 01:08:16 +0000 (01:08 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Wed, 7 Jun 2006 01:08:16 +0000 (01:08 +0000)
gdk/gdkpango.c

index d054de271744ae618c560a34ca5b92d18bd739e5..646beb07c467bcbb5ebd122c3114bdba3966bf5f 100644 (file)
@@ -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.
  *