summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-15 15:29:31 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-16 09:43:06 -0700
commit09ba2cb5215838cff3fa8848ee429281479c10a4 (patch)
tree7ca5d30e0c1185241736180d194b5dd27e810db4 /RELEASE_NOTES.md
parent9e8ba9b700e7cbd72edf1d73ee9da5cf5d8063e7 (diff)
downloadchef-09ba2cb5215838cff3fa8848ee429281479c10a4.tar.gz
Fix spelling mistakes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 42a214ab15..5fd9030dea 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -49,7 +49,7 @@ The `powershell_package` resource has been updated to use TLS 1.2 when communica
### remote_file
-The `remote_file` resource has a new property `ssl_verify_mode` which allows you to control SSL validation at the property level. This can be used to verify certificates (Chef Infra Client's defaults) with `:verify_peer` or to skip verification in the case of a self signed certifcate with `:verify_none`. Thanks [@jaymzh](http://github.com/jaymzh).
+The `remote_file` resource has a new property `ssl_verify_mode` which allows you to control SSL validation at the property level. This can be used to verify certificates (Chef Infra Client's defaults) with `:verify_peer` or to skip verification in the case of a self signed certificate with `:verify_none`. Thanks [@jaymzh](http://github.com/jaymzh).
### script
@@ -57,7 +57,7 @@ The various `script` resources such as `bash` or `ruby` now pass the provided sc
### snap_package
-Multiple issues with the `snap_package` resource have been resolved including an inifinite wait that occured as well as issues specifying package version or channel. Thanks [@jaymzh](http://github.com/jaymzh).
+Multiple issues with the `snap_package` resource have been resolved including an infinite wait that occurred as well as issues specifying package version or channel. Thanks [@jaymzh](http://github.com/jaymzh).
### zypper_repository