summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-03-02 23:07:34 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-03-02 23:07:34 +0000
commit55f827e5976eb19dc3be543da4b9076b04750e4f (patch)
tree5b07330270bce884e8f430a2cced83addf5a8375
parentfc7d503db9078b7bb24f667cda65b8cf6c82f172 (diff)
downloadpango-55f827e5976eb19dc3be543da4b9076b04750e4f.tar.gz
Fix various typos in the docs (#163244, Morten Welinder)
2005-03-02 Owen Taylor <otaylor@redhat.com> * pango/pango-attributes.c (pango_attr_iterator_get_attrs): Fix various typos in the docs (#163244, 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 13ee4cca..04ccf3c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
2005-03-02 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-attributes.c (pango_attr_iterator_get_attrs):
+ Fix various typos in the docs (#163244, Morten Welinder)
+
+2005-03-02 Owen Taylor <otaylor@redhat.com>
* pango/pangoxft-font.c (pango_xft_font_get_glyph_extents):
Go back to using Xft-reported metrics for all non-transformed
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 13ee4cca..04ccf3c7 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,4 +1,9 @@
2005-03-02 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-attributes.c (pango_attr_iterator_get_attrs):
+ Fix various typos in the docs (#163244, Morten Welinder)
+
+2005-03-02 Owen Taylor <otaylor@redhat.com>
* pango/pangoxft-font.c (pango_xft_font_get_glyph_extents):
Go back to using Xft-reported metrics for all non-transformed
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c
index edf0d966..4cf1f616 100644
--- a/pango/pango-attributes.c
+++ b/pango/pango-attributes.c
@@ -1813,9 +1813,9 @@ pango_attr_list_filter (PangoAttrList *list,
/**
* pango_attr_iterator_get_attrs:
- * @iterator: a #PangAttrIterator
+ * @iterator: a #PangoAttrIterator
*
- * Gets a list all attributes a the current position of the
+ * Gets a list of all attributes at the current position of the
* iterator.
*
* Return value: a list of all attributes for the current range.