From 09ebaa96c71634b08571597b712a6e388e8a025a Mon Sep 17 00:00:00 2001 From: nlisker <37422899+nlisker@users.noreply.github.com> Date: Thu, 5 Sep 2024 00:47:35 +0300 Subject: [PATCH] Fix typo in package-info.java --- .../src/main/java/javafx/scene/control/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/javafx.controls/src/main/java/javafx/scene/control/package-info.java b/modules/javafx.controls/src/main/java/javafx/scene/control/package-info.java index c74ccbfa8f1..c807b84ac16 100644 --- a/modules/javafx.controls/src/main/java/javafx/scene/control/package-info.java +++ b/modules/javafx.controls/src/main/java/javafx/scene/control/package-info.java @@ -62,7 +62,7 @@ * Skin the responsibility of computing the min, max, and pref sizes of the * Control, the baseline offset, and hit testing (containment and * intersection). It is also the responsibility of the Skin, or a delegate of - * the Skin, to implement and repond to all relevant key + * the Skin, to implement and respond to all relevant key * events which occur on the Control when it contains the focus.
* *