[pango] Fixed typos in the PangoContext gtk-doc



commit 2ebd68ee8773fc5bd866b30068432bd81151b269
Author: Alberto Ruiz <aruiz gnome org>
Date:   Mon Apr 25 21:50:34 2011 +0100

    Fixed typos in the PangoContext gtk-doc

 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 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]