From 76bb044b9e327639002034ad4c06e6bd8e20d018 Mon Sep 17 00:00:00 2001 From: Liang-Chi Hsieh Date: Sat, 23 Aug 2014 10:08:25 -0700 Subject: [Minor] fix typo Fix a typo in comment. Author: Liang-Chi Hsieh Closes #2105 from viirya/fix_typo and squashes the following commits: 6596a80 [Liang-Chi Hsieh] fix typo. --- core/src/main/scala/org/apache/spark/partial/SumEvaluator.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/src/main/scala/org/apache/spark/partial/SumEvaluator.scala b/core/src/main/scala/org/apache/spark/partial/SumEvaluator.scala index a74f800944..d533628457 100644 --- a/core/src/main/scala/org/apache/spark/partial/SumEvaluator.scala +++ b/core/src/main/scala/org/apache/spark/partial/SumEvaluator.scala @@ -22,7 +22,7 @@ import cern.jet.stat.Probability import org.apache.spark.util.StatCounter /** - * An ApproximateEvaluator for sums. It estimates the mean and the cont and multiplies them + * An ApproximateEvaluator for sums. It estimates the mean and the count and multiplies them * together, then uses the formula for the variance of two independent random variables to get * a variance for the result and compute a confidence interval. */ -- cgit v1.2.3