From 2ebd68ee8773fc5bd866b30068432bd81151b269 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 25 Apr 2011 21:50:34 +0100 Subject: Fixed typos in the PangoContext gtk-doc --- pango/pango-context.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pango/pango-context.c') diff --git a/pango/pango-context.c b/pango/pango-context.c index dd83ee94..1e81231f 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, -- cgit v1.2.1