From 08856e1230ad4d31d1cec712768c8a7dfb36c49d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:48:20 -0400 Subject: [PATCH] spelling: optionally Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 dca81aab6..074b69c02 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java @@ -5451,7 +5451,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Enables debugging. Adds tags to enable debugging and optinally injects + * Enables debugging. Adds tags to enable debugging and optionally injects * debugline and debugfile instructions to AS3 code by decompiling it first * * @param injectAS3Code Modify AS3 code with debugfile / debugline ?