This commit is contained in:
Dirk Stöcker
2014-06-23 19:53:22 +02:00
parent 12d75c7fb5
commit 405144437d
@@ -1758,7 +1758,7 @@ public class ActionScriptParser {
}
}
if (lexer.lex().type != SymbolType.EOF) {
throw new ParseException("Parsing finisned before end of the file", lexer.yyline());
throw new ParseException("Parsing finished before end of the file", lexer.yyline());
}
return retTree;
}