git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@939495 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2010-04-29 22:11:22 +00:00
parent 5301882933
commit 9a9da72d00
1 changed files with 1 additions and 1 deletions

View File

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