From: Alberto Ruiz Date: Mon, 25 Apr 2011 12:12:39 +0000 (+0100) Subject: fixing metadata typo in pango_font_get_glypth_extents X-Git-Tag: 1.29.1~133 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cec9683199595651136e3fb0e4753e0b55215ab8;p=platform%2Fupstream%2Fpango.git fixing metadata typo in pango_font_get_glypth_extents --- diff --git a/pango/fonts.c b/pango/fonts.c index 0ed9d33..99c9f3e 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.