spell fix

This commit is contained in:
Matthew Hooker 2017-11-15 14:19:28 -08:00
parent 9ee1385283
commit 284ffa2562
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

View File

@ -8,7 +8,7 @@
## 1.1.2 (November 15, 2017) ## 1.1.2 (November 15, 2017)
### IMRPOVEMENTS: ### IMPROVEMENTS:
* builder/amazon: Correctly deregister AMIs when `force_deregister` is set. * builder/amazon: Correctly deregister AMIs when `force_deregister` is set.
[GH-5525] [GH-5525]
@ -267,7 +267,7 @@
* core: Remove logging that shouldn't be there when running commands. [GH-5042] * core: Remove logging that shouldn't be there when running commands. [GH-5042]
* provisioner/shell: Fix bug where scripts were being run under `sh`. [GH-5043] * provisioner/shell: Fix bug where scripts were being run under `sh`. [GH-5043]
### IMRPOVEMENTS: ### IMPROVEMENTS:
* provisioner/windows-restart: make it clear that timeouts come from the * provisioner/windows-restart: make it clear that timeouts come from the
provisioner, not winrm. [GH-5040] provisioner, not winrm. [GH-5040]