You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by gr...@apache.org on 2007/09/29 06:39:12 UTC

svn commit: r580545 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/DataTypeAnalyzer.java

Author: gredler
Date: Fri Sep 28 21:39:07 2007
New Revision: 580545

URL: http://svn.apache.org/viewvc?rev=580545&view=rev
Log:
fix small typo: editting -> editing

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/DataTypeAnalyzer.java

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/DataTypeAnalyzer.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/DataTypeAnalyzer.java?rev=580545&r1=580544&r2=580545&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/DataTypeAnalyzer.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/DataTypeAnalyzer.java Fri Sep 28 21:39:07 2007
@@ -22,7 +22,7 @@
  * Used by {@link BeanModelSource} to identify the type of data associated with a particular
  * property (represented as a {@link PropertyAdapter}). The data type is a string used to determine
  * what kind of interface to use for displaying the value of the property, or what kind of interface
- * to use for editting the value of the property. Common property types are "text", "enum",
+ * to use for editing the value of the property. Common property types are "text", "enum",
  * "checkbox", but the list is extensible.
  * 
  * @see Grid