summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/vaadin/event/dd/DropTarget.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/event/dd/DropTarget.java b/src/com/vaadin/event/dd/DropTarget.java
index fcb9670f6f..0d88bf2893 100644
--- a/src/com/vaadin/event/dd/DropTarget.java
+++ b/src/com/vaadin/event/dd/DropTarget.java
@@ -24,7 +24,7 @@ public interface DropTarget extends Component {
/**
* Called before the {@link DragAndDropEvent} is passed to
- * {@link DropHandler}. Implementation may for exmaple translate the drop
+ * {@link DropHandler}. Implementation may for example translate the drop
* target details provided by the client side (drop target) to meaningful
* server side values. If null is returned the terminal implementation will
* automatically create a {@link TargetDetails} with raw client side data.