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>,