summaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 9e0c8b18e..7b1b36ded 100644
--- a/parse.y
+++ b/parse.y
@@ -6621,7 +6621,7 @@ parser_yylex(struct parser_params *parser)
}
}
if (c > '7' && c <= '9') {
- yyerror("Illegal octal digit");
+ yyerror("Invalid octal digit");
}
else if (c == '.' || c == 'e' || c == 'E') {
tokadd('0');