From 13b70e22181ad4f6ec00d6b71de255a1eb394444 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 25 Jul 2017 23:47:07 -0400 Subject: [PATCH] spelling: minimal --- tests/java.at | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/java.at b/tests/java.at index 30b07bbd..6e35ced7 100644 --- a/tests/java.at +++ b/tests/java.at @@ -384,7 +384,7 @@ AT_BANNER([Java Parameters.]) # AT_CHECK_JAVA_MINIMAL([DIRECTIVES], [PARSER_ACTION], [POSITION_CLASS]) # ---------------------------------------------------------------------- -# Check that a mininal parser with DIRECTIVES compiles in Java. +# Check that a minimal parser with DIRECTIVES compiles in Java. # Put the Java code in YYParser.java. m4_define([AT_CHECK_JAVA_MINIMAL], [ @@ -411,7 +411,7 @@ AT_JAVA_COMPILE([[YYParser.java]]) # [3:YYLEX_ACTION], [4:LEXER_BODY], [5:PARSER_ACTION], [6:VALUE_TYPE], # [7:POSITION_TYPE], [8:LOCATION_TYPE]) # --------------------------------------------------------------------- -# Check that a mininal parser with DIRECTIVES and a "%code lexer". +# Check that a minimal parser with DIRECTIVES and a "%code lexer". # YYLEX is the body of yylex () which throws LEX_THROW. # compiles in Java. m4_define([AT_CHECK_JAVA_MINIMAL_W_LEXER],