summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-01-19 14:27:32 -0800
committerTim Smith <tsmith84@gmail.com>2021-01-19 14:27:32 -0800
commitc4699bc37415c163792fa7c11a850c12814e6e8d (patch)
tree262886e4819557fdfd66b55d6553d0ba4addd8b5
parentf9088ce709b22ae4e4d9c15451037902f1d8e5c4 (diff)
downloadchef-c4699bc37415c163792fa7c11a850c12814e6e8d.tar.gz
Resolve spelling failures
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md2
-rw-r--r--lib/chef/shell.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 6d997c1074..781c900420 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -783,7 +783,7 @@ The Chef Infra Client 16.0.287 release includes important bug fixes for the Chef
- Resolves several failures in the `launchd` resource.
- Removes an extra `.java` file on Windows installations that would cause a failure in the IIS 8.5 Server Security Technical Implementation Guide audit.
- Updates the `windows_printer` resource so that the driver property will only be required when using the `:create` action.
-- Fixes the incorrectly spelled `knife user invite recind` command to be `knife user invite rescind`.
+- Fixes the incorrectly spelled `knife user invite recind` command to be `knife user invite rescind`. [//]: # "cspell:disable-line"
- Update Chef InSpec to 4.8.111 with several minor improvements.
## What's New in 16.0.275
diff --git a/lib/chef/shell.rb b/lib/chef/shell.rb
index eee9493cd1..89456e86b5 100644
--- a/lib/chef/shell.rb
+++ b/lib/chef/shell.rb
@@ -358,7 +358,7 @@ module Shell
end
# even if we couldn't load that, we need to tell Chef::Config what
- # the file was so it sets confdir and d_dir and such properly
+ # the file was so it sets conf dir and d_dir and such properly
Chef::Config[:config_file] = config[:config_file]
# now attempt to load any relevant dot-dirs