diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-08 22:34:54 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-08 22:34:54 +0000 |
commit | 8e88fecfffdc0a5f25dc98bcc2fa79dac0938670 (patch) | |
tree | 16f0e3ccf6b690b8218ad1317e46e3f35c2399cd /pango/pangoft2.c | |
parent | eed4bfd92100d915d9d2f8e7c2d7ecac659a688a (diff) | |
download | pango-8e88fecfffdc0a5f25dc98bcc2fa79dac0938670.tar.gz |
Fix typo in docs.
svn path=/trunk/; revision=2133
Diffstat (limited to 'pango/pangoft2.c')
-rw-r--r-- | pango/pangoft2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangoft2.c b/pango/pangoft2.c index c16575ce..c888467a 100644 --- a/pango/pangoft2.c +++ b/pango/pangoft2.c @@ -162,7 +162,7 @@ set_transform (PangoFT2Font *ft2font) * face from pango_fc_font_lock_face() you must call * pango_fc_font_unlock_face(). * - * Return value: a pointer to a <type>FT_Face<type> structure, with the size set correctly + * Return value: a pointer to a <type>FT_Face</type> structure, with the size set correctly **/ FT_Face pango_ft2_font_get_face (PangoFont *font) |