Fix typos

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582669 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-03-28 10:05:06 +00:00
parent 95aa6af17c
commit d7e2aa2504
1 changed files with 1 additions and 1 deletions

View File

@ -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 {