diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2018-06-05 21:05:45 -0700 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2018-06-05 21:05:45 -0700 |
commit | 203b08211c9738fcf1f01d59054f9db93aea5298 (patch) | |
tree | edb105337e416a72b6abd674630af8a5487cc7ff /lib/chef | |
parent | 3078ab994c9ddf8a4d6439012e89216a855caec4 (diff) | |
download | chef-203b08211c9738fcf1f01d59054f9db93aea5298.tar.gz |
Fix typo.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/node_map.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/node_map.rb b/lib/chef/node_map.rb index 0884593f4c..634786af93 100644 --- a/lib/chef/node_map.rb +++ b/lib/chef/node_map.rb @@ -70,7 +70,7 @@ class Chef # Check if the key is already present and locked, unless the override is allowed. # The checks to see if we should reject, in order: - # 1. Core overide mode is not set. + # 1. Core override mode is not set. # 2. The key exists. # 3. At least one previous `provides` is now locked. # 4. No previous `provides` had `allow_cookbook_override`, either set to |