mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-23 12:35:34 +00:00
spelling: finished
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
f8e688cab6
commit
5d5fb13317
@@ -2923,7 +2923,7 @@ public class ActionScript3Parser {
|
||||
|
||||
List<GraphTargetItem> ret = parseScript(importedClasses, openedNamespaces, allOpenedNamespaces, scriptIndex, fileName, numberContextRef, abc, sinitNeedsActivation, sinitVariables);
|
||||
if (lexer.lex().type != SymbolType.EOF) {
|
||||
throw new AVM2ParseException("Parsing finisned before end of the file", lexer.yyline());
|
||||
throw new AVM2ParseException("Parsing finished before end of the file", lexer.yyline());
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user