summaryrefslogtreecommitdiff
path: root/pango/pango-indic.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-11-14 16:11:02 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-11-14 16:11:02 +0000
commite6e7df5c4d77e8e9802cfe615b9265176be1314c (patch)
treef14288f107b39a331854aacbb3d415428dfa5631 /pango/pango-indic.c
parent8c0b3b59674586d069dba895929f23ee6c9ea91b (diff)
downloadpango-e6e7df5c4d77e8e9802cfe615b9265176be1314c.tar.gz
Fix low underline code to deal with run_ink == NULL.
Tue Nov 14 11:10:24 2000 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_run_get_extents): Fix low underline code to deal with run_ink == NULL. * pango/pango-utils.c (pango_read_line): Return number of lines read to allow decent parse errors line numbers. * pango/pangox-fontmap.c (pango_x_font_map_read_alias_file): Fix line number count. * examples/pangox.aliases: Include extra international fonts for all styles, not just roman, reindent so it looks halfway legible.
Diffstat (limited to 'pango/pango-indic.c')
-rwxr-xr-xpango/pango-indic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-indic.c b/pango/pango-indic.c
index e20a4980..5845a035 100755
--- a/pango/pango-indic.c
+++ b/pango/pango-indic.c
@@ -64,7 +64,7 @@ pango_indic_shift_vowels (PangoIndicScript *script,
* @script: A #PangoIndicScript
* @num: The number of glyphs
* @chars: An array of glyphs/characters
- * @clusters: The cluster array.
+ * @cluster: The cluster array.
*
* This eliminates any blank space in the @chars
* array, updated @clusters and @num also.