summaryrefslogtreecommitdiff
path: root/pango
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 /pango
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)
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 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.