From e5ddff861c5d92328f40d88672acd28ef1ce6bce Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 9 Jan 2019 11:42:40 -0800 Subject: [PATCH] Spelling fix Co-Authored-By: dadgar --- client/allocrunner/taskrunner/task_runner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/allocrunner/taskrunner/task_runner.go b/client/allocrunner/taskrunner/task_runner.go index 21d913e4b..0c68aef7e 100644 --- a/client/allocrunner/taskrunner/task_runner.go +++ b/client/allocrunner/taskrunner/task_runner.go @@ -99,7 +99,7 @@ type TaskRunner struct { // killCtxCancel is called when killing a task. killCtxCancel context.CancelFunc - // killErr is populatd when killing a task. Access should be done use the + // killErr is populated when killing a task. Access should be done use the // getter/setter killErr error killErrLock sync.Mutex