diff options
author | marha <marha@users.sourceforge.net> | 2012-08-17 10:54:15 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-08-17 10:54:15 +0200 |
commit | 5d9b8cf0e4054e774f906cde9dd6b61ceca72d44 (patch) | |
tree | 2a15e0622fdb009a0aac84019dce232a245f2e0b /fontconfig | |
parent | 4aac32998c2b173b84aec0b020aa086fef4b1423 (diff) | |
download | vcxsrv-5d9b8cf0e4054e774f906cde9dd6b61ceca72d44.tar.gz vcxsrv-5d9b8cf0e4054e774f906cde9dd6b61ceca72d44.tar.bz2 vcxsrv-5d9b8cf0e4054e774f906cde9dd6b61ceca72d44.zip |
fontconfig mesa git update 17 Aug 2012
Diffstat (limited to 'fontconfig')
-rw-r--r-- | fontconfig/src/fcxml.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fontconfig/src/fcxml.c b/fontconfig/src/fcxml.c index a14606821..5edc86744 100644 --- a/fontconfig/src/fcxml.c +++ b/fontconfig/src/fcxml.c @@ -1591,7 +1591,7 @@ FcParseAlias (FcConfigParse *parse) case FcVStackFamily: if (family) { - FcConfigMessage (parse, FcSevereWarning, "Having multiple <family> in <alias> isn't supported and may not works as expected"); + FcConfigMessage (parse, FcSevereWarning, "Having multiple <family> in <alias> isn't supported and may not work as expected"); new = FcExprCreateOp (parse->config, vstack->u.expr, FcOpComma, family); if (!new) FcConfigMessage (parse, FcSevereError, "out of memory"); @@ -2227,7 +2227,7 @@ FcParseTest (FcConfigParse *parse) } if (expr->op == FcOpComma) { - FcConfigMessage (parse, FcSevereWarning, "Having multiple values in <test> isn't supported and may not works as expected"); + FcConfigMessage (parse, FcSevereWarning, "Having multiple values in <test> isn't supported and may not work as expected"); } test = FcTestCreate (parse, kind, qual, name, FC_OP (compare, flags), expr); if (!test) |