summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2011-04-19 14:17:02 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2011-04-19 14:17:02 +0000
commit48f362414fd6af6524f2fa4d054187987830cf35 (patch)
treee09c34b9ace626536e279606e14d4ccd03735a98 /src/com
parentc41af224a0b7e27421ddcabdad43f26c0d641daa (diff)
downloadvaadin-framework-48f362414fd6af6524f2fa4d054187987830cf35.tar.gz
vaadin-framework-48f362414fd6af6524f2fa4d054187987830cf35.zip
typo
svn changeset:18397/svn branch:6.5
Diffstat (limited to 'src/com')
-rw-r--r--src/com/vaadin/ui/AbstractField.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/ui/AbstractField.java b/src/com/vaadin/ui/AbstractField.java
index 27682c764d..2ce6294df5 100644
--- a/src/com/vaadin/ui/AbstractField.java
+++ b/src/com/vaadin/ui/AbstractField.java
@@ -1042,7 +1042,7 @@ public abstract class AbstractField extends AbstractComponent implements Field,
/**
* Sets the internal field value. This is purely used by AbstractField to
* change the internal Field value. It does not trigger valuechange events.
- * It can be overriden by the inheriting classes to update all dependent
+ * It can be overridden by the inheriting classes to update all dependent
* variables.
*
* @param newValue