spelling: align

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 08:30:11 -04:00
committed by Jindra Petřík
parent 1f8523f542
commit 43c2fa4d07

View File

@@ -87,7 +87,7 @@ public class BoundingBox extends Rectangle {
public static final int HORIZ_ALIGN_LEFT = 4;
/**
* Used to aling a String to the right in a box
* Used to align a String to the right in a box
*/
public static final int HORIZ_ALIGN_RIGHT = 5;