From cff02090904125760b00079a11ee32f56a9c6d27 Mon Sep 17 00:00:00 2001 From: Kay Ousterhout Date: Tue, 7 Apr 2015 13:59:09 -0700 Subject: [PATCH] Fixed spelling issue --- core/src/main/scala/org/apache/spark/rdd/CoGroupedRDD.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/scala/org/apache/spark/rdd/CoGroupedRDD.scala b/core/src/main/scala/org/apache/spark/rdd/CoGroupedRDD.scala index 499b756ce7fee..c0ea69a7cedba 100644 --- a/core/src/main/scala/org/apache/spark/rdd/CoGroupedRDD.scala +++ b/core/src/main/scala/org/apache/spark/rdd/CoGroupedRDD.scala @@ -32,7 +32,7 @@ import org.apache.spark.serializer.Serializer /** The references to rdd and splitIndex are transient because redundant information is stored * in the CoGroupedRDD object. Because CoGroupedRDD is serialized separately from - * CoGrpupPartition, if rdd and splitIndex aren't transient, they'll be included twice in the + * CoGroupPartition, if rdd and splitIndex aren't transient, they'll be included twice in the * task closure. */ private[spark] case class NarrowCoGroupSplitDep( @transient rdd: RDD[_],