From e36ff3720f3141ade4c57dae61e756553ce809be Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:52:09 -0400 Subject: [PATCH] spelling: param Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java b/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java index 470d787de..97a4cb9ae 100644 --- a/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java +++ b/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java @@ -178,7 +178,7 @@ public class ScrollablePanel extends JPanel implements Scrollable, SwingConstant * @param type * @param amount a value used with the IncrementType to determine the * scrollable amount - * @paran type specify how the amount parameter in the calculation of the + * @param type specify how the amount parameter in the calculation of the * scrollable amount. Valid values are: IncrementType.PERCENT - treat the * amount as a % of the viewport size IncrementType.PIXEL - treat the amount * as the scrollable amount @@ -239,7 +239,7 @@ public class ScrollablePanel extends JPanel implements Scrollable, SwingConstant * SwingConstants.HORIZONTAL or SwingConstants.VERTICAL. * @param amount a value used with the IncrementType to determine the * scrollable amount - * @paran type specify how the amount parameter in the calculation of the + * @param type specify how the amount parameter in the calculation of the * scrollable amount. Valid values are: IncrementType.PERCENT - treat the * amount as a % of the viewport size IncrementType.PIXEL - treat the amount * as the scrollable amount