spelling: specified

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 3f902efe54
commit ab3d57cfe1
2 changed files with 3 additions and 3 deletions
@@ -33,7 +33,7 @@ import javax.swing.SwingConstants;
* customize the scrollable features by using newly provided setter methods so
* you don't have to extend this class every time.
* <p>
* Scrollable amounts can be specifed as a percentage of the viewport size or as
* Scrollable amounts can be specified as a percentage of the viewport size or as
* an actual pixel value. The amount can be changed for both unit and block
* scrolling for both horizontal and vertical scrollbars.
* <p>