You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2010/01/22 17:30:58 UTC

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

Author: hlship
Date: Fri Jan 22 16:30:58 2010
New Revision: 902154

URL: http://svn.apache.org/viewvc?rev=902154&view=rev
Log:
Correct documentation typo

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

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformUtils.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformUtils.java?rev=902154&r1=902153&r2=902154&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformUtils.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TransformUtils.java Fri Jan 22 16:30:58 2010
@@ -115,7 +115,7 @@
     }
 
     /**
-     * Returns the default value for a type. This is the string "null" for most types, or a literal value for primtive
+     * Returns the default value for a type. This is the string "null" for most types, or a literal value for primitive
      * types.
      */
     public static String getDefaultValue(String type)