From 2217842f718f725e84602a8b60bdc9025499500c Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 18:33:52 +0000 Subject: [PATCH] spelling: only --- nomad/blocked_evals.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/blocked_evals.go b/nomad/blocked_evals.go index 52e7e94c0..ee8386cb2 100644 --- a/nomad/blocked_evals.go +++ b/nomad/blocked_evals.go @@ -177,7 +177,7 @@ func (b *BlockedEvals) processBlock(eval *structs.Evaluation, token string) { } // Check if the job already has a blocked evaluation. If it does add it to - // the list of duplicates. We omly ever want one blocked evaluation per job, + // the list of duplicates. We only ever want one blocked evaluation per job, // otherwise we would create unnecessary work for the scheduler as multiple // evals for the same job would be run, all producing the same outcome. if _, existing := b.jobs[eval.JobID]; existing {