From 20fbdab0ba9b09a77f71dcedfb87eae2be19ff65 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:42:26 -0400 Subject: [PATCH] spelling: chose Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../jpexs/decompiler/flash/gui/tagtree/TagTreeContextMenu.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeContextMenu.java b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeContextMenu.java index 6637a5c03..6cce86f37 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeContextMenu.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeContextMenu.java @@ -2849,7 +2849,7 @@ public class TagTreeContextMenu extends JPopupMenu { user selects existing ExportAssets tag via dialog or selects position for new if the dialog is cancelled, exit If the file is AS1/2: - If the user choosed to create new class (cls is its fully qualified name) + If the user chose to create new class (cls is its fully qualified name) Frame of Exportassets is determined New DoInitAction for the character is created in the EA frame which has Object.registerClass("linkageIdentifier", cls) in code New empty DefineSprite is created in frame 1, and its name in ExportAssets tag is set to "__Packages." + cls