summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-27 13:03:35 -0700
committerGitHub <noreply@github.com>2018-03-27 13:03:35 -0700
commitc70852e8966997c547f8f97379f218e656622e4b (patch)
tree813f16ba7eed83a12dcaf2be520bf304eb7b4d65
parent8b735a4aa6576879b03b2ccc6afb2438ef3f54ec (diff)
parent300dd248c20628d865f46bace57c235268a0cb01 (diff)
downloadchef-c70852e8966997c547f8f97379f218e656622e4b.tar.gz
Merge pull request #7077 from brewn/nb/systctl
[Release Notes] s/systctl/sysctl
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 71c2cf014e..184e25231b 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -86,7 +86,7 @@ Use the swap_file resource to create or delete swap files on Linux systems, and
Use the sysctl resource to set kernel parameters using the sysctl command line tool and configuration files in the system's `sysctl.d` directory. Configuration files managed by this resource are named 99-chef-KEYNAME.conf. If an existing value was already set for the value it will be backed up to the node and restored if the :remove action is used later. This resource was ported from the `sysctl` community cookbook.
-`Note`: This resource no longer backs up existing key values to the node when changing values as we have done in the sysctl cookbook previously. The resource has also been renamed from `sysctl_param` to `systctl` with backwards compatibility for the previous name.
+`Note`: This resource no longer backs up existing key values to the node when changing values as we have done in the sysctl cookbook previously. The resource has also been renamed from `sysctl_param` to `sysctl` with backwards compatibility for the previous name.
### windows_ad_join