summaryrefslogtreecommitdiff
path: root/pango/pangofc-decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pangofc-decoder.c')
-rw-r--r--pango/pangofc-decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangofc-decoder.c b/pango/pangofc-decoder.c
index 766e09e7..cae86fc6 100644
--- a/pango/pangofc-decoder.c
+++ b/pango/pangofc-decoder.c
@@ -67,9 +67,9 @@ pango_fc_decoder_get_charset (PangoFcDecoder *decoder,
* pango_fc_decoder_get_glyph:
* @decoder: a #PangoFcDecoder
* @fcfont: a #PangoFcFont to query.
- * @wc: the unicode code point to convert to a single #PangoGlyph.
+ * @wc: the Unicode code point to convert to a single #PangoGlyph.
*
- * Generates a #PangoGlyph for the given unicode point using the
+ * Generates a #PangoGlyph for the given Unicode point using the
* custom decoder. For complex scripts where there can be multiple
* glyphs for a single character, the decoder will return whatever
* glyph is most convenient for it. (Usually whatever glyph is directly