From c6002f4cd18deb79c89829528a132238c819703a Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Tue, 19 May 2009 18:44:02 +0000 Subject: [PATCH] typo git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@776410 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/commons/math/stat/ranking/NaturalRanking.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/commons/math/stat/ranking/NaturalRanking.java b/src/java/org/apache/commons/math/stat/ranking/NaturalRanking.java index 9e1135363..104cabe17 100644 --- a/src/java/org/apache/commons/math/stat/ranking/NaturalRanking.java +++ b/src/java/org/apache/commons/math/stat/ranking/NaturalRanking.java @@ -306,7 +306,7 @@ public class NaturalRanking implements RankingAlgorithm { } /** - * Resolve a sequence of ties, using the cconfigured {@link TiesStrategy}. + * Resolve a sequence of ties, using the configured {@link TiesStrategy}. * The input ranks array is expected to take the same value * for all indices in tiesTrace. The common value is recoded * according to the tiesStrategy. For example, if ranks = <5,8,2,6,2,7,1,2>,