From 5d9b8cf0e4054e774f906cde9dd6b61ceca72d44 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 17 Aug 2012 10:54:15 +0200 Subject: fontconfig mesa git update 17 Aug 2012 --- fontconfig/src/fcxml.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fontconfig') 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 in isn't supported and may not works as expected"); + FcConfigMessage (parse, FcSevereWarning, "Having multiple in 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 isn't supported and may not works as expected"); + FcConfigMessage (parse, FcSevereWarning, "Having multiple values in isn't supported and may not work as expected"); } test = FcTestCreate (parse, kind, qual, name, FC_OP (compare, flags), expr); if (!test) -- cgit v1.2.3