From 57286c67951117acbca49cb23a70b2002ee16555 Mon Sep 17 00:00:00 2001 From: Teemu Pòˆntelin Date: Mon, 8 Sep 2014 23:01:09 +0300 Subject: Fix a typo in Javadoc Change-Id: I20451bcd85be4751a13719aafb10226387f39b3e --- server/src/com/vaadin/ui/Upload.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3