summaryrefslogtreecommitdiff
path: root/lib/chef/resource_definition.rb
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2014-11-08 09:06:54 +0000
committerVeres Lajos <vlajos@gmail.com>2014-11-08 22:15:44 +0000
commit5c489b2fb6f10e5ba39d804524d754139e0b2dc9 (patch)
treee8f17c800ea6bd1441b982f413c51f9c62e9770f /lib/chef/resource_definition.rb
parent5d7f05a0436b85929a0a764807fa81b26b3d4fb8 (diff)
downloadchef-5c489b2fb6f10e5ba39d804524d754139e0b2dc9.tar.gz
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'lib/chef/resource_definition.rb')
-rw-r--r--lib/chef/resource_definition.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource_definition.rb b/lib/chef/resource_definition.rb
index 278114e209..9d6844129c 100644
--- a/lib/chef/resource_definition.rb
+++ b/lib/chef/resource_definition.rb
@@ -54,7 +54,7 @@ class Chef
end
# When we do the resource definition, we're really just setting new values for
- # the paramaters we prototyped at the top. This method missing is as simple as
+ # the parameters we prototyped at the top. This method missing is as simple as
# it gets.
def method_missing(symbol, *args)
@params[symbol] = args.length == 1 ? args[0] : args