From 6566c5845e3c791d27e5e640dd60122a175aa57c Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Tue, 4 Jan 2005 19:17:45 +0000 Subject: Fix doc sentences to parse. (#161812, Morten Welinder) Tue Jan 4 14:11:43 2005 Owen Taylor * pango/pango-attributes.c (pango_attr_list_splice): Fix doc sentences to parse. (#161812, Morten Welinder) --- ChangeLog | 5 +++++ ChangeLog.pre-1-10 | 5 +++++ pango/pango-attributes.c | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 26bd74f3..a520f0a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 4 14:11:43 2005 Owen Taylor + + * pango/pango-attributes.c (pango_attr_list_splice): Fix + doc sentences to parse. (#161812, Morten Welinder) + Tue Jan 4 14:05:13 2005 Owen Taylor * pango/pango-renderer.c (pango_renderer_draw_trapezoid): Rename diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 26bd74f3..a520f0a8 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +Tue Jan 4 14:11:43 2005 Owen Taylor + + * pango/pango-attributes.c (pango_attr_list_splice): Fix + doc sentences to parse. (#161812, Morten Welinder) + Tue Jan 4 14:05:13 2005 Owen Taylor * pango/pango-renderer.c (pango_renderer_draw_trapezoid): Rename 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. -- cgit v1.2.1