Author: markt
Date: Tue Sep 17 11:07:46 2013
New Revision: 1523983

URL: http://svn.apache.org/r1523983
Log:
Fix typo

Modified:
    tomcat/trunk/test/org/apache/el/util/TestReflectionUtil.java

Modified: tomcat/trunk/test/org/apache/el/util/TestReflectionUtil.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/el/util/TestReflectionUtil.java?rev=1523983&r1=1523982&r2=1523983&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/el/util/TestReflectionUtil.java (original)
+++ tomcat/trunk/test/org/apache/el/util/TestReflectionUtil.java Tue Sep 17 
11:07:46 2013
@@ -38,7 +38,7 @@ public class TestReflectionUtil {
     /*
      * Expect failure as it is not possible to identify which method named
      * "testB()" is intended. Note: In EL null can always be coerced to a valid
-     * value for a primative.
+     * value for a primitive.
      */
     @Test(expected=MethodNotFoundException.class)
     public void testBug54370b() {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to