From a5f695212085638b81a1179f37d139f26b2db4d9 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Thu, 5 Jun 2008 13:14:57 +0000 Subject: [PATCH] Fixed one javadoc typo svn changeset:4766/svn branch:trunk --- src/com/itmill/toolkit/ui/TextField.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5