From a3a4bdb9ae35b7708855fbd37f05404da3a4a587 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 17:47:45 +0000 Subject: [PATCH] spelling: commits --- scheduler/scheduler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduler/scheduler.go b/scheduler/scheduler.go index bef9dd949..df76e1b01 100644 --- a/scheduler/scheduler.go +++ b/scheduler/scheduler.go @@ -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