From: Alberto Ruiz Date: Mon, 25 Apr 2011 20:50:34 +0000 (+0100) Subject: Fixed typos in the PangoContext gtk-doc X-Git-Tag: 1.29.1~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ebd68ee8773fc5bd866b30068432bd81151b269;p=platform%2Fupstream%2Fpango.git Fixed typos in the PangoContext gtk-doc --- diff --git a/pango/pango-context.c b/pango/pango-context.c index dd83ee9..1e81231 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -281,7 +281,7 @@ pango_context_list_families (PangoContext *context, * Loads the font in one of the fontmaps in the context * that is the closest match for @desc. * - * Returns: (transfer full): a newlly allocated #PangoFont that + * Returns: (transfer full): the newly allocated #PangoFont that * was loaded, or %NULL if no font matched. **/ PangoFont * @@ -302,8 +302,8 @@ pango_context_load_font (PangoContext *context, * Load a set of fonts in the context that can be used to render * a font matching @desc. * - * Returns: (transfer full): a newly allocated fontset, or %NULL - * if no font matched. + * Returns: (transfer full): the newly allocated #PangoFontset loaded, + * or %NULL if no font matched. **/ PangoFontset * pango_context_load_fontset (PangoContext *context,