From fea5cdb53b63db1a2efec9f6193eb6de9f66e839 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:24:08 -0400 Subject: [PATCH] spelling: accessed Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../flash/abc/avm2/parser/script/AVM2SourceGenerator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AVM2SourceGenerator.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AVM2SourceGenerator.java index 2749d95d1..665841d5e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AVM2SourceGenerator.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AVM2SourceGenerator.java @@ -1911,7 +1911,7 @@ public class AVM2SourceGenerator implements SourceGenerator { */ public void generateTraitsPhase4(List importedClasses, List openedNamespaces, int methodInitScope, boolean isInterface, String className, String superName, boolean generateStatic, SourceGeneratorLocalData localData, List items, Traits ts, Trait[] traits, Map initScopes, Reference class_index, boolean isScriptTraits) throws AVM2ParseException, CompilationException { - //Note: Names must be generated first before accesed in inner subs + //Note: Names must be generated first before accessed in inner subs for (int k = 0; k < items.size(); k++) { GraphTargetItem item = items.get(k); if (traits[k] == null) {