diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-12-31 15:33:17 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-12-31 15:33:17 +0000 |
commit | 8a31da2ec82afd88219ec4221015373ccff390fd (patch) | |
tree | e4602f95f64b8e8930b3a551d44a860645b3abbd /pango/pango-script.c | |
parent | 3af3b3e4e1e5de7ad3f49b91295f4d77310caf53 (diff) | |
download | pango-8a31da2ec82afd88219ec4221015373ccff390fd.tar.gz |
Fix problem where MEDIUM was getting grouped with SEMIBOLD rather than
Fri Dec 31 10:20:55 2004 Owen Taylor <otaylor@redhat.com>
* pango/pangofc-fontmap.c (pango_fc_convert_weight_to_pango):
Fix problem where MEDIUM was getting grouped with SEMIBOLD
rather than NORMAL.
(http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=143832)
Wed Dec 22 13:21:01 2004 Owen Taylor <otaylor@redhat.com>
* pango/pango-script.c pango/pango-types.h: Fix a couple
of documentation typos (#161647, Torsten Schoenfeld)
Diffstat (limited to 'pango/pango-script.c')
-rw-r--r-- | pango/pango-script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-script.c b/pango/pango-script.c index a1be94e0..d57358dc 100644 --- a/pango/pango-script.c +++ b/pango/pango-script.c @@ -172,7 +172,7 @@ pango_script_iter_free (PangoScriptIter *iter) * @script: location to store script for range, or %NULL * * Gets information about the range to which @iter currently points. - * The range is the is the set of locations p where *start <= p < *end. + * The range is the set of locations p where *start <= p < *end. * (That is, it doesn't include the character stored at *end) **/ void |