Fix typo.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1453519 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-03-06 20:01:00 +00:00
parent cdfd6b7a67
commit 88ca4cdf88
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ package org.apache.commons.collections;
* from an object.
* <p>
* Standard implementations of common transformers are provided by
* {@link TransformerUtils}. These include method invokation, returning a constant,
* {@link TransformerUtils}. These include method invocation, returning a constant,
* cloning and returning the string value.
*
* @param <I> the input type to the transformer