diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-11-21 23:24:41 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-11-21 23:24:41 +0000 |
commit | d21181a3e6ce72dd47455dae00ea06fe3a5a0a19 (patch) | |
tree | 354c1c0cff360866c5b8ff688bf8c76a39f43dc5 /pango/pango-glyph-item.c | |
parent | 02189298f21336049c8374f6ce7f80f824adca53 (diff) | |
download | pango-d21181a3e6ce72dd47455dae00ea06fe3a5a0a19.tar.gz |
Fix typo in private docs.
2006-11-21 Behdad Esfahbod <behdad@gnome.org>
* pango/pango-glyph-item.c: Fix typo in private docs.
Diffstat (limited to 'pango/pango-glyph-item.c')
-rw-r--r-- | pango/pango-glyph-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-glyph-item.c b/pango/pango-glyph-item.c index 6cfd3826..63562621 100644 --- a/pango/pango-glyph-item.c +++ b/pango/pango-glyph-item.c @@ -343,7 +343,7 @@ _pango_glyph_item_iter_init_start (PangoGlyphItemIter *iter, } /** - * _pango_glyph_item_iter_init_start: + * _pango_glyph_item_iter_init_end: * @iter: pointer to a #PangoGlyphItemIter structure * @glyph_item: the glyph item that the iter points into * @text: text corresponding to the glyph item |