spelling: layout

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:30:56 -04:00
committed by Jindra Petřík
parent 5e811fcf35
commit 671b4db5dc

View File

@@ -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);