diff --git a/modules/javafx.graphics/src/main/java/javafx/scene/input/DragEvent.java b/modules/javafx.graphics/src/main/java/javafx/scene/input/DragEvent.java index eafed468b2a..2a377995b4d 100644 --- a/modules/javafx.graphics/src/main/java/javafx/scene/input/DragEvent.java +++ b/modules/javafx.graphics/src/main/java/javafx/scene/input/DragEvent.java @@ -44,7 +44,7 @@ *

* Drag and drop gesture can be started by calling {@code startDragAndDrop()} * (on a node or scene) inside of a {@link MouseEvent#DRAG_DETECTED DRAG_DETECTED} event handler. - * The data to be transfered to drop target are placed to a {@code dragBoard} + * The data to be transferred to drop target are placed to a {@code dragBoard} * at this moment. *

* Drag entered/exited events behave similarly to mouse entered/exited