From 60963f82316c621d2a376fbfeef5b132a4030350 Mon Sep 17 00:00:00 2001 From: nlisker <37422899+nlisker@users.noreply.github.com> Date: Wed, 4 Sep 2024 23:59:44 +0300 Subject: [PATCH] Fix typos in TilePane.java --- .../src/main/java/javafx/scene/layout/TilePane.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/javafx.graphics/src/main/java/javafx/scene/layout/TilePane.java b/modules/javafx.graphics/src/main/java/javafx/scene/layout/TilePane.java index a8e946f7812..65a8e576bef 100644 --- a/modules/javafx.graphics/src/main/java/javafx/scene/layout/TilePane.java +++ b/modules/javafx.graphics/src/main/java/javafx/scene/layout/TilePane.java @@ -472,7 +472,7 @@ public String getName() { /** * The preferred width of each tile. - * If equal to USE_COMPUTED_SIZE (the default) the tile width wlll be + * If equal to USE_COMPUTED_SIZE (the default) the tile width will be * automatically recomputed by the tilepane when the preferred size of children * changes to accommodate the widest child. If the application sets this property * to value greater than 0, then tiles will be set to that width and the tilepane @@ -513,7 +513,7 @@ public String getName() { /** * The preferred height of each tile. - * If equal to USE_COMPUTED_SIZE (the default) the tile height wlll be + * If equal to USE_COMPUTED_SIZE (the default) the tile height will be * automatically recomputed by the tilepane when the preferred size of children * changes to accommodate the tallest child. If the application sets this property * to value greater than 0, then tiles will be set to that height and the tilepane