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