diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2008-12-22 21:16:03 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-12-22 21:16:03 +0000 |
commit | cea6473bcf6456e531304fc23c473e33475ad05c (patch) | |
tree | 6dd8d0b3e50447eb4788a514d769756e194bab14 /pango/fonts.c | |
parent | e0ff9db857da7a3fda8687940977489a1c5d261b (diff) | |
download | pango-cea6473bcf6456e531304fc23c473e33475ad05c.tar.gz |
Reword.
svn path=/trunk/; revision=2764
Diffstat (limited to 'pango/fonts.c')
-rw-r--r-- | pango/fonts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c index d3fbd69b..34c0e248 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -634,7 +634,7 @@ compute_distance (const PangoFontDescription *a, * and PANGO_STYLE_ITALIC as matches, but not as good a match as when the * styles are equal. * - * Note that @old_match should match @desc. + * Note that @old_match must match @desc. * * Return value: %TRUE if @new_match is a better match **/ |