From f7e09cbecf4a242672cb144d26eba4ceca70b1ba Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 17:51:05 +0000 Subject: [PATCH] spelling: correlate --- 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 99e7e3f7f..f8ccb72b2 100644 --- a/nomad/blocked_evals.go +++ b/nomad/blocked_evals.go @@ -65,7 +65,7 @@ type BlockedEvals struct { // duplicates. duplicateCh chan struct{} - // timetable is used to coorelate indexes with their insertion time. This + // timetable is used to correlate indexes with their insertion time. This // allows us to prune based on time. timetable *TimeTable