From 75068172242ac7fa3ea08a82255fd2e65bb927c2 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Tue, 14 Aug 2012 17:17:35 +0200 Subject: [PATCH] shush typo --- parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2