summaryrefslogtreecommitdiff
path: root/pango/pango-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r--pango/pango-utils.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c
index 8d31c997..ebe83a3d 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -1458,7 +1458,7 @@ pango_log2vis_get_embedding_levels (const gchar *str,
/**
* pango_unichar_direction:
- * @ch: a unicode character
+ * @ch: a Unicode character
*
* Determines the direction of a character; either
* %PANGO_DIRECTION_LTR, %PANGO_DIRECTION_RTL, or
@@ -1482,10 +1482,10 @@ pango_unichar_direction (gunichar ch)
/**
* pango_get_mirror_char:
- * @ch: a unicode character
+ * @ch: a Unicode character
* @mirrored_ch: location to store the mirrored character
*
- * If @ch has the Unicode mirrored property and there is another unicode
+ * If @ch has the Unicode mirrored property and there is another Unicode
* character that typically has a glyph that is the mirror image of @ch's
* glyph, puts that character in the address pointed to by @mirrored_ch.
*
@@ -1772,7 +1772,7 @@ pango_find_base_dir (const gchar *text,
/**
* pango_is_zero_width:
- * @ch: a unicode character
+ * @ch: a Unicode character
*
* Checks @ch to see if it is a zero-width character that should not be
* normally rendered on the screen.