diff options
Diffstat (limited to 'pango')
-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 **/ |