spelling: if

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

View File

@@ -218,7 +218,7 @@ public class ActionScript2DeobfuscatorTest extends ActionScript2TestBase {
fail("unreachable if onTrue 3 not removed");
}
if (!res.contains("\"OK\"")) {
fail("reachable of onTrue removed");
fail("reachable if onTrue removed");
}
}

View File

@@ -390,7 +390,7 @@ public class ActionScript3DeobfuscatorTest extends ActionScriptTestBase {
fail("unreachable if onTrue 3 not removed");
}
if (!res.contains("\"OK\"")) {
fail("reachable of onTrue removed");
fail("reachable if onTrue removed");
}
}
}