From 2919895fcbae41c6019868ead696df9fff064ff5 Mon Sep 17 00:00:00 2001 From: nlisker <37422899+nlisker@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:47:50 +0300 Subject: [PATCH] Fix typo in Window.java --- modules/javafx.graphics/src/main/java/javafx/stage/Window.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/javafx.graphics/src/main/java/javafx/stage/Window.java b/modules/javafx.graphics/src/main/java/javafx/stage/Window.java index b3cc8f5c9eb..8f1139e174a 100644 --- a/modules/javafx.graphics/src/main/java/javafx/stage/Window.java +++ b/modules/javafx.graphics/src/main/java/javafx/stage/Window.java @@ -351,7 +351,7 @@ private void adjustSize(boolean selfSizePriority) { /** * Sets x and y properties on this Window so that it is centered on the - * curent screen. + * current screen. * The current screen is determined from the intersection of current window bounds and * visual bounds of all screens. */