From 405144437d0391c3240d5e065d14f69641a27ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20St=C3=B6cker?= Date: Mon, 23 Jun 2014 19:53:22 +0200 Subject: [PATCH] typo --- .../flash/action/parser/script/ActionScriptParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }