Author: mbenson
Date: Thu Apr 29 22:11:22 2010
New Revision: 939495
URL: http://svn.apache.org/viewvc?rev=939495&view=rev
Log:
typo
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/FieldUtils.java
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/FieldUtils.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/FieldUtils.java?rev=939495&r1=939494&r2=939495&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/FieldUtils.java
(original)
+++
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/FieldUtils.java
Thu Apr 29 22:11:22 2010
@@ -48,7 +48,7 @@ public class FieldUtils {
}
/**
- * Gets an accessible <code>Field</code> by name repecting scope.
+ * Gets an accessible <code>Field</code> by name respecting scope.
* Superclasses/interfaces will be considered.
*
* @param cls the class to reflect, must not be null