diff options
Diffstat (limited to 'pango/pango-fontset.c')
-rw-r--r-- | pango/pango-fontset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-fontset.c b/pango/pango-fontset.c index 542c745d..4f16fa31 100644 --- a/pango/pango-fontset.c +++ b/pango/pango-fontset.c @@ -43,10 +43,10 @@ PANGO_DEFINE_TYPE_ABSTRACT (PangoFontset, pango_fontset, /** * pango_fontset_get_font: * @fontset: a #PangoFontset - * @wc: a unicode character + * @wc: a Unicode character * * Returns the font in the fontset that contains the best glyph for the - * unicode character wc. + * Unicode character @wc. * * Returns: a #PangoFont. The caller must call g_object_unref when finished * with the font. |