diff --git a/src/com/jpexs/decompiler/flash/action/parser/script/ActionScriptParser.java b/src/com/jpexs/decompiler/flash/action/parser/script/ActionScriptParser.java index b1a90a02e..73aaf32d4 100644 --- a/src/com/jpexs/decompiler/flash/action/parser/script/ActionScriptParser.java +++ b/src/com/jpexs/decompiler/flash/action/parser/script/ActionScriptParser.java @@ -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; }