summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/parser_bison.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser_bison.y b/src/parser_bison.y
index d946e0e0..6a029d1c 100644
--- a/src/parser_bison.y
+++ b/src/parser_bison.y
@@ -635,7 +635,7 @@ common_block : INCLUDE QUOTED_STRING stmt_seperator
struct scope *scope = current_scope(state);
if (symbol_lookup(scope, $2) != NULL) {
- erec_queue(error(&@2, "redfinition of symbol '%s'", $2),
+ erec_queue(error(&@2, "redefinition of symbol '%s'", $2),
state->msgs);
YYERROR;
}