Author: luc
Date: Sun Nov 14 15:04:51 2010
New Revision: 1035002
URL: http://svn.apache.org/viewvc?rev=1035002&view=rev
Log:
typo
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/ArgUtils.java
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/ArgUtils.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/ArgUtils.java?rev=1035002&r1=1035001&r2=1035002&view=diff
==============================================================================
---
commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/ArgUtils.java
(original)
+++
commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/ArgUtils.java
Sun Nov 14 15:04:51 2010
@@ -20,7 +20,7 @@ import java.util.List;
import java.util.ArrayList;
/**
- * Utility class for trensforming the list of arguments passed to
+ * Utility class for transforming the list of arguments passed to
* constructors of exceptions.
*
* @version $Revision$ $Date$