diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 21:50:34 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 21:50:34 +0100 |
commit | 2ebd68ee8773fc5bd866b30068432bd81151b269 (patch) | |
tree | 50eb3f81970d78a1f7c87e96083e60743501a668 /pango/pango-context.c | |
parent | 22822d7700e87dbe8a8125072775e40bd8b53f99 (diff) | |
download | pango-2ebd68ee8773fc5bd866b30068432bd81151b269.tar.gz |
Fixed typos in the PangoContext gtk-doc
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r-- | pango/pango-context.c | 6 |
1 files changed, 3 insertions, 3 deletions
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, |