Spelling fix

Co-Authored-By: dadgar <alex@hashicorp.com>
This commit is contained in:
Michael Schurter 2019-01-09 11:42:40 -08:00 committed by GitHub
parent 149dec2169
commit e5ddff861c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ type TaskRunner struct {
// killCtxCancel is called when killing a task. // killCtxCancel is called when killing a task.
killCtxCancel context.CancelFunc 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 // getter/setter
killErr error killErr error
killErrLock sync.Mutex killErrLock sync.Mutex