From 61a2fe4124a09c8d5ba034890af4dc677f0c74f3 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 18:36:59 +0000 Subject: [PATCH] spelling: periodically --- client/task_runner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/task_runner.go b/client/task_runner.go index c855abfd1..210eb20da 100644 --- a/client/task_runner.go +++ b/client/task_runner.go @@ -1039,7 +1039,7 @@ func (r *TaskRunner) prestart(alloc *structs.Allocation, task *structs.Task, res // Block for consul-template // TODO Hooks should register themselves as blocking and then we can - // perioidcally enumerate what we are still blocked on + // periodically enumerate what we are still blocked on select { case <-r.unblockCh: // Send the start signal