From 487149989764a654aab1828100e8ada993b097b8 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:04:13 -0400 Subject: [PATCH] spelling: classtrait Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java b/src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java index 837d0c937..abf8f4d8d 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java @@ -63,7 +63,7 @@ public class DetailPanel extends JPanel implements TagEditorPanel { public static final String SLOT_CONST_TRAIT_CARD = "abc.detail.slotconsttrait"; - public static final String CLASS_TRAIT_CARD = "abc.detail.classstrait"; + public static final String CLASS_TRAIT_CARD = "abc.detail.classtrait"; private final JPanel innerPanel;