From 671b4db5dc97f42e6645073b4d0e2cfe89931163 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:30:56 -0400 Subject: [PATCH] spelling: layout Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java b/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java index e224227cf..470d787de 100644 --- a/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java +++ b/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java @@ -77,7 +77,7 @@ public class ScrollablePanel extends JPanel implements Scrollable, SwingConstant /** * Constuctor for specifying the LayoutManager of the panel. * - * @param layout the LayountManger for the panel + * @param layout the LayoutManger for the panel */ public ScrollablePanel(LayoutManager layout) { super(layout);