From: Marc Englund Date: Thu, 5 Jun 2008 13:14:57 +0000 (+0000) Subject: Fixed one javadoc typo X-Git-Tag: 6.7.0.beta1~4657 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a5f695212085638b81a1179f37d139f26b2db4d9;p=vaadin-framework.git Fixed one javadoc typo svn changeset:4766/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/ui/TextField.java b/src/com/itmill/toolkit/ui/TextField.java index 908c0c2178..dd26a38cc2 100644 --- a/src/com/itmill/toolkit/ui/TextField.java +++ b/src/com/itmill/toolkit/ui/TextField.java @@ -176,7 +176,7 @@ public class TextField extends AbstractField { } /** - * Gets the formatted dtring value. Sets the field value by using the + * Gets the formatted string value. Sets the field value by using the * assigned Format. * * @return the Formatted value.