summaryrefslogtreecommitdiffstats
path: root/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'client/src')
-rw-r--r--client/src/com/vaadin/client/ui/textfield/TextFieldConnector.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/com/vaadin/client/ui/textfield/TextFieldConnector.java b/client/src/com/vaadin/client/ui/textfield/TextFieldConnector.java
index 42b045005f..1a4b64b0a6 100644
--- a/client/src/com/vaadin/client/ui/textfield/TextFieldConnector.java
+++ b/client/src/com/vaadin/client/ui/textfield/TextFieldConnector.java
@@ -84,7 +84,7 @@ public class TextFieldConnector extends AbstractFieldConnector implements
/*
* We skip the text content update if field has been repainted, but text
* has not been changed. Additional sanity check verifies there is no
- * change in the que (in which case we count more on the server side
+ * change in the queue (in which case we count more on the server side
* value).
*/
if (!(uidl