From 611c3cd85ee209442b5258788776a401341aef46 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:38:42 -0400 Subject: [PATCH] spelling: because Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/com/jpexs/decompiler/flash/gui/MainPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/jpexs/decompiler/flash/gui/MainPanel.java b/src/com/jpexs/decompiler/flash/gui/MainPanel.java index bdf054757..2610902ea 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/MainPanel.java @@ -6124,7 +6124,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se oldItem = treeItem; // show the preview of the tag when the user clicks to the tagname inside the scripts node, too - // this is a little bit inconsistent, beacuse the frames (FrameScript) are not shown + // this is a little bit inconsistent, because the frames (FrameScript) are not shown boolean preferScript = false; if (treeItem instanceof TagScript) { treeItem = ((TagScript) treeItem).getTag();