diff options
Diffstat (limited to 'src/parser_bison.y')
-rw-r--r-- | src/parser_bison.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser_bison.y b/src/parser_bison.y index 11ca957b..10105f15 100644 --- a/src/parser_bison.y +++ b/src/parser_bison.y @@ -4251,7 +4251,7 @@ variable_expr : '$' identifier sym = symbol_lookup_fuzzy(scope, $2); if (sym) { erec_queue(error(&@2, "unknown identifier '%s'; " - "did you mean identifier ā%sā?", + "did you mean identifier '%sā?", $2, sym->identifier), state->msgs); } else { |