spelling: function

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 8f0c591e83
commit 5258faa596
@@ -417,7 +417,7 @@ public class ActionDeobfuscator extends SWFDecompilerAdapter {
if (action instanceof ActionDefineFunction) {
ActionDefineFunction def = (ActionDefineFunction) action;
if (def.paramNames.isEmpty() && def.functionName.length() > 0) {
// remove funcion only when the function name contains only non printable characters
// remove function only when the function name contains only non printable characters
if (!isFakeName(def.functionName)) {
continue;
}