From 1c273826d45715aa562c0c1b13accb8c1151658a Mon Sep 17 00:00:00 2001 From: Adrian Vogelsgesang Date: Thu, 27 Feb 2020 09:52:03 +0100 Subject: [PATCH] typo: succesful -> successful * tests/calc.at: Here. --- tests/calc.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/calc.at b/tests/calc.at index 0cd6db82..bac7e87c 100644 --- a/tests/calc.at +++ b/tests/calc.at @@ -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 '!'