summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Upload.java
diff options
context:
space:
mode:
authorTeemu Pòˆntelin <teemu@vaadin.com>2014-09-08 23:01:09 +0300
committerTeemu Pòˆntelin <teemu@vaadin.com>2014-09-08 23:01:09 +0300
commit57286c67951117acbca49cb23a70b2002ee16555 (patch)
tree22a93b25837dde48e24c4bb4d4f60cdb6fd21c91 /server/src/com/vaadin/ui/Upload.java
parent74f5924b29ea05c840f57c11e315254c3b794c63 (diff)
downloadvaadin-framework-57286c67951117acbca49cb23a70b2002ee16555.tar.gz
vaadin-framework-57286c67951117acbca49cb23a70b2002ee16555.zip
Fix a typo in Javadoc
Change-Id: I20451bcd85be4751a13719aafb10226387f39b3e
Diffstat (limited to 'server/src/com/vaadin/ui/Upload.java')
-rw-r--r--server/src/com/vaadin/ui/Upload.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/Upload.java b/server/src/com/vaadin/ui/Upload.java
index 4c248d68ae..1c953779e4 100644
--- a/server/src/com/vaadin/ui/Upload.java
+++ b/server/src/com/vaadin/ui/Upload.java
@@ -975,7 +975,7 @@ public class Upload extends AbstractComponent implements Component.Focusable,
/**
* Interrupts the upload currently being received. The interruption will be
- * done by the receiving tread so this method will return immediately and
+ * done by the receiving thread so this method will return immediately and
* the actual interrupt will happen a bit later.
*/
public void interruptUpload() {