spelling: commits

This commit is contained in:
Josh Soref
2018-03-11 17:47:45 +00:00
parent 2a2b1983f5
commit a3a4bdb9ae

View File

@@ -48,7 +48,7 @@ type Factory func(*log.Logger, State, Planner) Scheduler
// a time. The evaluation may result in task allocations which are computed
// optimistically, as there are many concurrent evaluations being processed.
// The task allocations are submitted as a plan, and the current leader will
// coordinate the commmits to prevent oversubscription or improper allocations
// coordinate the commits to prevent oversubscription or improper allocations
// based on stale state.
type Scheduler interface {
// Process is used to handle a new evaluation. The scheduler is free to