typo: succesful -> successful

* tests/calc.at: Here.
This commit is contained in:
Adrian Vogelsgesang
2020-02-27 09:52:03 +01:00
committed by Akim Demaille
parent 4a55a5ea9a
commit 1c273826d4

View File

@@ -720,7 +720,7 @@ _AT_CHECK_CALC_ERROR([$1], [0], [(- *) + (1 2) = 1], [113],
calc: error: 2222 != 1])
# Check that yyerrok works properly: second error is not reported,
# third and fourth are. Parse status is succesful.
# third and fourth are. Parse status is successful.
_AT_CHECK_CALC_ERROR([$1], [0], [(* *) + (*) + (*)], [113],
[1.2: syntax error, unexpected '*', expecting number or '-' or '(' or '!'
1.10: syntax error, unexpected '*', expecting number or '-' or '(' or '!'