diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-07 05:49:53 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-07 05:49:53 +0000 |
commit | eed4bfd92100d915d9d2f8e7c2d7ecac659a688a (patch) | |
tree | c9fc4aba099ee71d57d3f87f9b7af1abd5bce54b /pango/reorder-items.c | |
parent | 59d1e39f888107431975300e2b6b2452ff737f45 (diff) | |
download | pango-eed4bfd92100d915d9d2f8e7c2d7ecac659a688a.tar.gz |
Spell-check the docs.
svn path=/trunk/; revision=2130
Diffstat (limited to 'pango/reorder-items.c')
-rw-r--r-- | pango/reorder-items.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pango/reorder-items.c b/pango/reorder-items.c index 41fb370d..aa9bd8c0 100644 --- a/pango/reorder-items.c +++ b/pango/reorder-items.c @@ -31,18 +31,17 @@ static GList *reorder_items_recurse (GList *items, int n_items); /** * pango_reorder_items: - * @logical_items: a GList of #PangoItem in logical order. + * @logical_items: a #GList of #PangoItem in logical order. * * From a list of items in logical order and the associated * directional levels, produce a list in visual order. * The original list is unmodified. * - * Returns a GList of PangoItem structures in visual order. + * Returns a #GList of #PangoItem structures in visual order. * - * (Please mail otaylor@redhat.com if you use this function. + * (Please open a bug if you use this function. * It is not a particularly convenient interface, and the code * is duplicated elsewhere in Pango for that reason.) - * */ GList * pango_reorder_items (GList *logical_items) |