aboutsummaryrefslogtreecommitdiff
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:36 -0700
commit1fbebcae0cb90ba26c8292a839116bfb871267ca (patch)
tree4bdfe2d98e0cce2527ab247cb5b57f4ebd7084c3
parent24cc933c893b634a2742e461385fd4ad01bb35e1 (diff)
downloadspark-1fbebcae0cb90ba26c8292a839116bfb871267ca.tar.gz
spark-1fbebcae0cb90ba26c8292a839116bfb871267ca.tar.bz2
spark-1fbebcae0cb90ba26c8292a839116bfb871267ca.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 (cherry picked from commit a5150d199ca97ab2992bc2bb221a3ebf3d3450ba) Signed-off-by: Reynold Xin <rxin@apache.org>
-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.
*/