diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2009-01-28 22:08:03 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2009-01-28 22:08:03 +0000 |
commit | 39b9608f510de716210f02dc893e36b468e44731 (patch) | |
tree | affabc5e3721cb69911d634e4b79c7f209ad719b /pango/pangocairo-context.c | |
parent | 71b791d04c223e95aebfeabf9995fbfde1fd60c5 (diff) | |
download | pango-39b9608f510de716210f02dc893e36b468e44731.tar.gz |
Fix typo.
svn path=/trunk/; revision=2807
Diffstat (limited to 'pango/pangocairo-context.c')
-rw-r--r-- | pango/pangocairo-context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangocairo-context.c b/pango/pangocairo-context.c index 289d7db2..0df3b1a4 100644 --- a/pango/pangocairo-context.c +++ b/pango/pangocairo-context.c @@ -251,7 +251,7 @@ pango_cairo_context_set_font_options (PangoContext *context, * @context: a #PangoContext, from a pangocairo font map * * Retrieves any font rendering options previously set with - * pango_cairo_font_map_set_font_options(). This functions not report options + * pango_cairo_font_map_set_font_options(). This functions does not report options * that are derived from the target surface by pango_cairo_update_context() * * Return value: the font options previously set on the context, or %NULL |