summaryrefslogtreecommitdiff
path: root/lib/chef/knife.rb
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-05-07 16:50:25 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-18 20:29:40 -0700
commita729c9be155e3d335fbd7bd165abd4ba9610943d (patch)
tree75b4b985ff469f033dc644857a8183d784611d34 /lib/chef/knife.rb
parenta36abdaf4c6cad4df506866021ec7abb2266706b (diff)
downloadchef-a729c9be155e3d335fbd7bd165abd4ba9610943d.tar.gz
Get lib/ free of spelling violations.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to 'lib/chef/knife.rb')
-rw-r--r--lib/chef/knife.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife.rb b/lib/chef/knife.rb
index bdab024579..2531059d37 100644
--- a/lib/chef/knife.rb
+++ b/lib/chef/knife.rb
@@ -327,7 +327,7 @@ class Chef
end
# Grab a copy before config merge occurs, so that we can later identify
- # whare a given config value is sourced from.
+ # where a given config value is sourced from.
@original_config = config.dup
# copy Mixlib::CLI over so that it can be configured in config.rb/knife.rb