summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 13:12:39 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 13:12:39 +0100
commitcec9683199595651136e3fb0e4753e0b55215ab8 (patch)
treed170910d3374cb1666cf32e273638b0bbd308d2d /pango/fonts.c
parente3afea7d120f2f2957185840d94aab70da3e2063 (diff)
downloadpango-cec9683199595651136e3fb0e4753e0b55215ab8.tar.gz
fixing metadata typo in pango_font_get_glypth_extents
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index 0ed9d33a..99c9f3e6 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -1546,7 +1546,7 @@ pango_font_find_shaper (PangoFont *font,
* pango_font_get_glyph_extents:
* @font: a #PangoFont
* @glyph: the glyph index
- * @ink_rect: (out) (allowe-none): rectangle used to store the extents of the glyph
+ * @ink_rect: (out) (allow-none): rectangle used to store the extents of the glyph
* as drawn or %NULL to indicate that the result is not needed.
* @logical_rect: (out) (allow-none): rectangle used to store the logical extents of
* the glyph or %NULL to indicate that the result is not needed.