spelling: obfuscated

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:46:32 -04:00
committed by Jindra Petřík
parent 3bc001d460
commit c102c3bd87
2 changed files with 2 additions and 2 deletions

View File

@@ -3766,7 +3766,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
int requiredStackSize = ins.getStackPopCount(localData, stack);
if (stack.size() < requiredStackSize) {
// probably obfucated code, never executed branch
// probably obfuscated code, never executed branch
break;
}