spelling: finished

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:19:50 -04:00
committed by Jindra Petřík
parent f8e688cab6
commit 5d5fb13317

View File

@@ -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;
}