aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui/TextField.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/itmill/toolkit/ui/TextField.java')
-rw-r--r--src/com/itmill/toolkit/ui/TextField.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/com/itmill/toolkit/ui/TextField.java b/src/com/itmill/toolkit/ui/TextField.java
index dd8596f087..0b7336e215 100644
--- a/src/com/itmill/toolkit/ui/TextField.java
+++ b/src/com/itmill/toolkit/ui/TextField.java
@@ -409,7 +409,7 @@ public class TextField extends AbstractField {
*
* <p>
* If this property is true, writing null-representation string to text
- * field allways sets the field value to real null. If this property is
+ * field always sets the field value to real null. If this property is
* false, null setting is not made, but the null values are maintained.
* Maintenance of null-values is made by only converting the textfield
* contents to real null, if the text field matches the null-string
@@ -420,7 +420,7 @@ public class TextField extends AbstractField {
* By default this setting is false
* </p>
*
- * @return boolean Should the null-string represenation be allways converted
+ * @return boolean Should the null-string represenation be always converted
* to null-values.
* @see TextField#getNullRepresentation()
*/
@@ -454,7 +454,7 @@ public class TextField extends AbstractField {
*
* <p>
* If this property is true, writing null-representation string to text
- * field allways sets the field value to real null. If this property is
+ * field always sets the field value to real null. If this property is
* false, null setting is not made, but the null values are maintained.
* Maintenance of null-values is made by only converting the textfield
* contents to real null, if the text field matches the null-string
@@ -466,7 +466,7 @@ public class TextField extends AbstractField {
* </p>
*
* @param nullSettingAllowed
- * Should the null-string represenation be allways converted to
+ * Should the null-string represenation be always converted to
* null-values.
* @see TextField#getNullRepresentation()
*/