]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix a typo in Javadoc
authorTeemu Pöntelin <teemu@vaadin.com>
Mon, 8 Sep 2014 20:01:09 +0000 (23:01 +0300)
committerTeemu Pöntelin <teemu@vaadin.com>
Mon, 8 Sep 2014 20:01:09 +0000 (23:01 +0300)
Change-Id: I20451bcd85be4751a13719aafb10226387f39b3e

server/src/com/vaadin/ui/Upload.java

index 4c248d68ae2634ebe50451d7cbcc655202378a93..1c953779e494c4cc64faf6483d83cdba1a4768dc 100644 (file)
@@ -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() {