summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/event
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2010-06-01 11:46:55 +0000
committerHenri Sara <henri.sara@itmill.com>2010-06-01 11:46:55 +0000
commit367fc17f832c1e94937a128a4b2322a5afd38ca1 (patch)
tree3b2575a25eb511fd1a3d65ec944e175a3572730f /src/com/vaadin/event
parented6094292b961920d3881739d53a007cfc4c52b3 (diff)
downloadvaadin-framework-367fc17f832c1e94937a128a4b2322a5afd38ca1.tar.gz
vaadin-framework-367fc17f832c1e94937a128a4b2322a5afd38ca1.zip
Javadoc typo correction
svn changeset:13466/svn branch:6.3
Diffstat (limited to 'src/com/vaadin/event')
-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.