Skip to content

Commit

Permalink
Typo: resond -> respond
Browse files Browse the repository at this point in the history
Author: Andrew Ash <[email protected]>

Closes apache#743 from ash211/patch-4 and squashes the following commits:

c959f3b [Andrew Ash] Typo: resond -> respond
  • Loading branch information
ash211 authored and rxin committed May 13, 2014
1 parent 2f1a337 commit a5150d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit a5150d1

Please sign in to comment.