aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndrew Ash <andrew@andrewash.com>2014-05-12 18:46:28 -0700
committerReynold Xin <rxin@apache.org>2014-05-12 18:46:28 -0700
commita5150d199ca97ab2992bc2bb221a3ebf3d3450ba (patch)
treefbc081f9185b380fd0503d3d94fd9d2493854f9f /core
parent2f1a3373583f9b34a121236c25f5142ba8729546 (diff)
downloadspark-a5150d199ca97ab2992bc2bb221a3ebf3d3450ba.tar.gz
spark-a5150d199ca97ab2992bc2bb221a3ebf3d3450ba.tar.bz2
spark-a5150d199ca97ab2992bc2bb221a3ebf3d3450ba.zip
Typo: resond -> respond
Author: Andrew Ash <andrew@andrewash.com> Closes #743 from ash211/patch-4 and squashes the following commits: c959f3b [Andrew Ash] Typo: resond -> respond
Diffstat (limited to 'core')
-rw-r--r--core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackend.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackend.scala b/core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackend.scala
index ff8356f676..f08b19e678 100644
--- a/core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackend.scala
+++ b/core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackend.scala
@@ -175,7 +175,7 @@ private[spark] class MesosSchedulerBackend(
override def reregistered(d: SchedulerDriver, masterInfo: MasterInfo) {}
/**
- * Method called by Mesos to offer resources on slaves. We resond by asking our active task sets
+ * Method called by Mesos to offer resources on slaves. We respond by asking our active task sets
* for tasks in order of priority. We fill each node with tasks in a round-robin manner so that
* tasks are balanced across the cluster.
*/