spelling: finished

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
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;
}