src/fcxml.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 375cdbce9d283d1eddb8f6b1c904d755653a87c5
Author: Akira TAGOH <akira at tagoh.org>
Date: Thu Aug 16 20:33:12 2012 +0900
Bug 53585 - Two highly-visible typos in src/fcxml.c
diff --git a/src/fcxml.c b/src/fcxml.c
index a146068..5edc867 100644
--- a/src/fcxml.c
+++ b/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)