spelling: provisioner

This commit is contained in:
Josh Soref 2018-03-14 02:15:21 +00:00
parent 3c60f63738
commit d3dc5ba6d3
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ func (h *ProvisionHook) Run(name string, ui Ui, comm Communicator, data interfac
return nil return nil
} }
// Cancels the privisioners that are still running. // Cancels the provisioners that are still running.
func (h *ProvisionHook) Cancel() { func (h *ProvisionHook) Cancel() {
h.lock.Lock() h.lock.Lock()
defer h.lock.Unlock() defer h.lock.Unlock()