]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commitdiff
shush typo
authorWolfgang (Blub) Bumiller <blub@speed.at>
Tue, 14 Aug 2012 15:17:35 +0000 (17:17 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Tue, 14 Aug 2012 15:17:35 +0000 (17:17 +0200)
parser.c

index a43d039440983f4aa51e5196cbf9c5b7cd9688be..29ab69f29aa341153cf3597ff0c7f6b67f8846fd 100644 (file)
--- 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;