spelling: function

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:21:36 -04:00
committed by Jindra Petřík
parent 8f0c591e83
commit 5258faa596

View File

@@ -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;
}