From 7d2fec31e7073d66c11c3ae1ce68c6985f6f14af Mon Sep 17 00:00:00 2001 From: ShuMingLi Date: Wed, 29 May 2019 18:21:47 -0500 Subject: [PATCH] [MINOR][DOC] Fix spelling mistake ## What changes were proposed in this pull request? `A very little spelling mistake.` ## How was this patch tested? No Closes #24710 from LiShuMing/minor-spelling. Authored-by: ShuMingLi Signed-off-by: Sean Owen --- core/src/main/scala/org/apache/spark/MapOutputTracker.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/scala/org/apache/spark/MapOutputTracker.scala b/core/src/main/scala/org/apache/spark/MapOutputTracker.scala index 1d4b1ef9c9..c6271d2519 100644 --- a/core/src/main/scala/org/apache/spark/MapOutputTracker.scala +++ b/core/src/main/scala/org/apache/spark/MapOutputTracker.scala @@ -670,7 +670,7 @@ private[spark] class MapOutputTrackerMaster( /** * Executor-side client for fetching map output info from the driver's MapOutputTrackerMaster. * Note that this is not used in local-mode; instead, local-mode Executors access the - * MapOutputTrackerMaster directly (which is possible because the master and worker share a comon + * MapOutputTrackerMaster directly (which is possible because the master and worker share a common * superclass). */ private[spark] class MapOutputTrackerWorker(conf: SparkConf) extends MapOutputTracker(conf) {