Author: joehni
Date: Thu Jul  7 20:02:10 2011
New Revision: 1144010

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

Modified:
    
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/ConstructorUtils.java

Modified: 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/ConstructorUtils.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/ConstructorUtils.java?rev=1144010&r1=1144009&r2=1144010&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/ConstructorUtils.java
 (original)
+++ 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/ConstructorUtils.java
 Thu Jul  7 20:02:10 2011
@@ -194,7 +194,7 @@ public class ConstructorUtils {
 
     //-----------------------------------------------------------------------
     /**
-     * <p>Finds a constructor given a class and signature, checking 
accessibiilty.</p>
+     * <p>Finds a constructor given a class and signature, checking 
accessibility.</p>
      * 
      * <p>This finds the constructor and ensures that it is accessible.
      * The constructor signature must match the parameter types exactly.</p>


Reply via email to