diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-01-04 19:17:53 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2005-01-04 19:17:53 +0000 |
commit | 14ef5f403d305b65ac4b1cb889055ad345ab7af2 (patch) | |
tree | c0e2464bc6f3dd7287536daff5a68ecad88324a1 /pango | |
parent | 2ff4a12b8298b215024724246eba39c85e305974 (diff) | |
download | pango-14ef5f403d305b65ac4b1cb889055ad345ab7af2.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.c | 4 |
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. |