Author: luc
Date: Tue May 19 18:44:02 2009
New Revision: 776410
URL: http://svn.apache.org/viewvc?rev=776410&view=rev
Log:
typo
Modified:
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/ranking/NaturalRanking.java
Modified:
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/ranking/NaturalRanking.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/ranking/NaturalRanking.java?rev=776410&r1=776409&r2=776410&view=diff
==============================================================================
---
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/ranking/NaturalRanking.java
(original)
+++
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/ranking/NaturalRanking.java
Tue May 19 18:44:02 2009
@@ -306,7 +306,7 @@
}
/**
- * Resolve a sequence of ties, using the cconfigured {...@link
TiesStrategy}.
+ * Resolve a sequence of ties, using the configured {...@link
TiesStrategy}.
* The input <code>ranks</code> array is expected to take the same value
* for all indices in <code>tiesTrace</code>. The common value is recoded
* according to the tiesStrategy. For example, if ranks =
<5,8,2,6,2,7,1,2>,