diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-03-02 23:07:49 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2005-03-02 23:07:49 +0000 |
commit | 570fb282bd17ff8c8b4a3514ffaf6e4751b7c161 (patch) | |
tree | 99956ebb9afebd62e6d531c72d9f095f7024b614 /pango/pango-attributes.c | |
parent | dacb1eb224be130143584ab6f750189b90c0822f (diff) | |
download | pango-570fb282bd17ff8c8b4a3514ffaf6e4751b7c161.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/pango-attributes.c')
-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 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. |