spelling: specified

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 10:05:35 -04:00
committed by Jindra Petřík
parent 3f902efe54
commit ab3d57cfe1
2 changed files with 3 additions and 3 deletions

View File

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