diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-06-18 18:00:51 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-06-23 14:48:25 -0700 |
commit | d71346347e518137028641f5a4448a31450ebc79 (patch) | |
tree | 784276042aaf4c33668c480f01be94592d9edbc2 /RELEASE_NOTES.md | |
parent | 15d6bc12880f0bd45ddcdc97991954e24a06260e (diff) | |
download | chef-d71346347e518137028641f5a4448a31450ebc79.tar.gz |
Fix more typos
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6e50d0ea93..5ca8fda4bf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1072,7 +1072,7 @@ We've further optimized our install footprint and reduced the size of `/opt/chef ## filesystem2 Ohai Data on Windows -Ohai 15.6 includes new `node['filesystem2']` data on Windows hosts. Fileystem2 presents filesystem data by both mountpoint and by device name. This data structure matches that of the filesystem plugin on Linux and other *nix operating systems. Thanks [@jaymzh](https://github.com/jaymzh) for this new data structure. +Ohai 15.6 includes new `node['filesystem2']` data on Windows hosts. Filesystem2 presents filesystem data by both mountpoint and by device name. This data structure matches that of the filesystem plugin on Linux and other *nix operating systems. Thanks [@jaymzh](https://github.com/jaymzh) for this new data structure. # What's New in 15.5.15 @@ -2642,7 +2642,7 @@ The windows_package resource now supports setting the `sensitive` property to av ### sysctl -The sysctl resource will now update the on-disk `systctl.d` file even if the current sysctl value matches the desired value. +The sysctl resource will now update the on-disk `sysctl.d` file even if the current sysctl value matches the desired value. ### windows_task |