spelling: increment

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

View File

@@ -680,7 +680,7 @@ Major version of SWF to XML export changed to 2.
### Fixed
- [#1948] Timeout while deobfuscation did not skip method
- [#1948] NullPointerException on Simplify expressions on incrementent/decrement
- [#1948] NullPointerException on Simplify expressions on increment/decrement
- [#1941] Export when no node is selected after SWF opening
- Exception handling in cache clearing thread
- DottedChain.PathPart NoSerializable exception

View File

@@ -800,7 +800,7 @@
<p>Fixed</p>
<ul>
<li>#1948 Timeout while deobfuscation did not skip method</li>
<li>#1948 NullPointerException on Simplify expressions on incrementent/decrement</li>
<li>#1948 NullPointerException on Simplify expressions on increment/decrement</li>
<li>#1941 Export when no node is selected after SWF opening</li>
<li>Exception handling in cache clearing thread</li>
<li>DottedChain.PathPart NoSerializable exception</li>