summaryrefslogtreecommitdiff
path: root/pango/pango-attributes.c
diff options
context:
space:
mode:
authorJean Brefort <jean.brefort@normalesup.org>2005-09-12 11:36:27 +0000
committerJean Bréfort <jbrefort@src.gnome.org>2005-09-12 11:36:27 +0000
commit11d584b1eb19e8f83864d7aa958fd01d2f9352dd (patch)
tree3aeed3a25ed0fa932956e8ad433874340834a7ab /pango/pango-attributes.c
parentf297582b2fb8dd16aab3cfa655961165df071b8d (diff)
downloadpango-11d584b1eb19e8f83864d7aa958fd01d2f9352dd.tar.gz
Fixed typo (#316054).
2005-09-12 Jean Brefort <jean.brefort@normalesup.org> * pango/pango-attributes.c: (pango_attr_list_splice): Fixed typo (#316054).
Diffstat (limited to 'pango/pango-attributes.c')
-rw-r--r--pango/pango-attributes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c
index d2fe3ce2..c4b8cd93 100644
--- a/pango/pango-attributes.c
+++ b/pango/pango-attributes.c
@@ -1403,7 +1403,7 @@ pango_attr_list_splice (PangoAttrList *list,
* an element could (in theory) suprise the caller, so
* we don't delete it.
*/
- attr->start_index = CLAMP_ADD (attr->end_index, ulen);
+ attr->start_index = CLAMP_ADD (attr->start_index, ulen);
attr->end_index = CLAMP_ADD (attr->end_index, ulen);
}