summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-01-04 19:17:45 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-01-04 19:17:45 +0000
commit6566c5845e3c791d27e5e640dd60122a175aa57c (patch)
tree2a65d52323179f03072bfb3d36850ee298b79588 /pango
parent09166ebc89bb4a5390df818cfac2def0c5496311 (diff)
downloadpango-6566c5845e3c791d27e5e640dd60122a175aa57c.tar.gz
Fix doc sentences to parse. (#161812, Morten Welinder)
Tue Jan 4 14:11:43 2005 Owen Taylor <otaylor@redhat.com> * pango/pango-attributes.c (pango_attr_list_splice): Fix doc sentences to parse. (#161812, Morten Welinder)
Diffstat (limited to 'pango')
-rw-r--r--pango/pango-attributes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c
index ca085c3c..ddeb4978 100644
--- a/pango/pango-attributes.c
+++ b/pango/pango-attributes.c
@@ -1344,9 +1344,9 @@ pango_attr_list_change (PangoAttrList *list,
*
* This function splices attribute list @other into @list.
* This operation is equivalent to stretching every attribute
- * applies at position @pos in @list by an amount @len,
+ * that applies at position @pos in @list by an amount @len,
* and then calling pango_attr_list_change() with a copy
- * of each attributes in @other in sequence (offset in position by @pos).
+ * of each attribute in @other in sequence (offset in position by @pos).
*
* This operation proves useful for, for instance, inserting
* a preedit string in the middle of an edit buffer.