Skip to content

Commit a5150d1

Browse files
ash211rxin
authored andcommitted
Typo: resond -> respond
Author: Andrew Ash <[email protected]> Closes apache#743 from ash211/patch-4 and squashes the following commits: c959f3b [Andrew Ash] Typo: resond -> respond
1 parent 2f1a337 commit a5150d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackend.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ private[spark] class MesosSchedulerBackend(
175175
override def reregistered(d: SchedulerDriver, masterInfo: MasterInfo) {}
176176

177177
/**
178-
* Method called by Mesos to offer resources on slaves. We resond by asking our active task sets
178+
* Method called by Mesos to offer resources on slaves. We respond by asking our active task sets
179179
* for tasks in order of priority. We fill each node with tasks in a round-robin manner so that
180180
* tasks are balanced across the cluster.
181181
*/

0 commit comments

Comments
 (0)