Fixing typo as pointed out by Remi Arntzen on commons-dev

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@428255 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2006-08-03 06:19:28 +00:00
parent 08f7775741
commit 3b40592309
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ import java.util.Set;
import org.apache.commons.math.MathException;
/**
* This TansformerMap automates the transformation of of mixed object types.
* This TansformerMap automates the transformation of mixed object types.
* It provides a means to set NumberTransformers that will be selected
* based on the Class of the object handed to the Maps
* <code>double transform(Object o)</code> method.
@ -148,4 +148,4 @@ public class TransformerMap implements NumberTransformer, Serializable {
return value;
}
}
}