Repository: spark Updated Branches: refs/heads/master f3d65cd0b -> 76bb044b9
[Minor] fix typo Fix a typo in comment. Author: Liang-Chi Hsieh <[email protected]> Closes #2105 from viirya/fix_typo and squashes the following commits: 6596a80 [Liang-Chi Hsieh] fix typo. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/76bb044b Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/76bb044b Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/76bb044b Branch: refs/heads/master Commit: 76bb044b9e327639002034ad4c06e6bd8e20d018 Parents: f3d65cd Author: Liang-Chi Hsieh <[email protected]> Authored: Sat Aug 23 10:08:25 2014 -0700 Committer: Josh Rosen <[email protected]> Committed: Sat Aug 23 10:08:25 2014 -0700 ---------------------------------------------------------------------- core/src/main/scala/org/apache/spark/partial/SumEvaluator.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/76bb044b/core/src/main/scala/org/apache/spark/partial/SumEvaluator.scala ---------------------------------------------------------------------- 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 a74f800..d533628 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. */ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
