From: Wolfgang (Blub) Bumiller Date: Tue, 14 Aug 2012 15:17:35 +0000 (+0200) Subject: shush typo X-Git-Tag: 0.1-rc1~295 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=75068172242ac7fa3ea08a82255fd2e65bb927c2;p=xonotic%2Fgmqcc.git shush typo --- diff --git a/parser.c b/parser.c index a43d039..29ab69f 100644 --- a/parser.c +++ b/parser.c @@ -510,7 +510,7 @@ static bool parser_sy_pop(parser_t *parser, shunt *sy) out = (ast_expression*)ast_binary_new(ctx, INSTR_MUL_V, exprs[0], exprs[1]); break; default: - parseerror(parser, "type error: cannot multiplye type %s by %s", + parseerror(parser, "type error: cannot multiply type %s by %s", type_name[exprs[1]->expression.vtype], type_name[exprs[0]->expression.vtype]); return false;