Author: britter
Date: Fri Mar 28 10:05:06 2014
New Revision: 1582669
URL: http://svn.apache.org/r1582669
Log:
Fix typos
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java?rev=1582669&r1=1582668&r2=1582669&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java
(original)
+++
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java
Fri Mar 28 10:05:06 2014
@@ -916,7 +916,7 @@ public class ClassUtils {
* @throws NullPointerException if the class is null
* @throws SecurityException if a security violation occurred
* @throws NoSuchMethodException if the method is not found in the given
class
- * or if the metothod doen't conform with the requirements
+ * or if the method doesn't conform with the requirements
*/
public static Method getPublicMethod(final Class<?> cls, final String
methodName, final Class<?>... parameterTypes)
throws SecurityException, NoSuchMethodException {