spelling: layout

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 5e811fcf35
commit 671b4db5dc
@@ -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);