summaryrefslogtreecommitdiff
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
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)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--pango/pango-attributes.c4
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 <otaylor@redhat.com>
+
+ * 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 <otaylor@redhat.com>
* 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 <otaylor@redhat.com>
+
+ * 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 <otaylor@redhat.com>
* 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.