spelling: constructor

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 36dfc11e64
commit 680aa2e137
3 changed files with 3 additions and 3 deletions
@@ -1163,7 +1163,7 @@ public class ActionScript2Parser {
VariableActionItem supItem = new VariableActionItem(s.value.toString(), null, false);
variables.add(supItem);
ret = new CallMethodActionItem(null, null, supItem, new DirectValueActionItem(null, null, 0, Undefined.INSTANCE, constantPool), args);
} else { //no costructor call, but it could be calling parent methods... => handle in expression
} else { //no constructor call, but it could be calling parent methods... => handle in expression
lexer.pushback(ss2);
lexer.pushback(s);
}