mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 05:30:45 +00:00
typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user