Skip to content

Commit 6596a80

Browse files
committed
fix typo.
1 parent f3d65cd commit 6596a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/partial/SumEvaluator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import cern.jet.stat.Probability
2222
import org.apache.spark.util.StatCounter
2323

2424
/**
25-
* An ApproximateEvaluator for sums. It estimates the mean and the cont and multiplies them
25+
* An ApproximateEvaluator for sums. It estimates the mean and the count and multiplies them
2626
* together, then uses the formula for the variance of two independent random variables to get
2727
* a variance for the result and compute a confidence interval.
2828
*/

0 commit comments

Comments
 (0)