summaryrefslogtreecommitdiffstats
path: root/src/parser_bison.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser_bison.y')
-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 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 {