diff options
-rw-r--r-- | server/src/com/vaadin/ui/Upload.java | 2 |
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() { |