spelling: align

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 1f8523f542
commit 43c2fa4d07
+1 -1
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;