summaryrefslogtreecommitdiff
path: root/lib/chef/resource.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/resource.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/resource.rb')
-rw-r--r--lib/chef/resource.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/resource.rb b/lib/chef/resource.rb
index fcf22a36b1..cd96c4c1e9 100644
--- a/lib/chef/resource.rb
+++ b/lib/chef/resource.rb
@@ -930,7 +930,7 @@ class Chef
end
#
- # A hook called after a resource is created. Meant to be overriden by
+ # A hook called after a resource is created. Meant to be overridden by
# subclasses.
#
def after_created
@@ -1114,7 +1114,7 @@ class Chef
# `action_class` method, the presence of either indicates that this is
# going to be a Chef-12.5 custom resource. If we never see one of these
# directives then we are constructing an old-style Resource+Provider or
- # LWRP or whatevs.
+ # LWRP or whatever.
#
# If a block is passed, the action_class is always created and the block is
# run inside it.
@@ -1327,7 +1327,7 @@ class Chef
# Once we no longer care about supporting chef < 14.4 then we can deprecate
# this API.
#
- # @param arg [String] version constrant to match against (e.g. "> 14")
+ # @param arg [String] version constraint to match against (e.g. "> 14")
#
def self.chef_version_for_provides(constraint)
@chef_version_for_provides = constraint