diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java index 2a31f95df..41de3188e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java @@ -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; } diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties index 86004d891..0ffe122d6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties @@ -373,7 +373,7 @@ config.name.showDialogOnError = Show error dialog on every error config.description.showDialogOnError = Automatically displays error dialog on every error occurrence #after 14.4.0 config.name.limitSameChars = Limit of the same characters for \\{xx}C (repeat) escape -config.description.limitSameChars = Maximum number of the same characters in a row in P-code strings or obufuscated names before replacing with \\{xx}C repeat escape +config.description.limitSameChars = Maximum number of the same characters in a row in P-code strings or obfuscated names before replacing with \\{xx}C repeat escape #after 14.5.2 config.name.showImportScriptsInfo = Show information before importing scripts config.description.showImportScriptsInfo = Displays some info about how importing scripts works after clicking Import scripts in the menu.