diff options
author | Veres Lajos <vlajos@gmail.com> | 2014-11-08 09:06:54 +0000 |
---|---|---|
committer | Veres Lajos <vlajos@gmail.com> | 2014-11-08 22:15:44 +0000 |
commit | 5c489b2fb6f10e5ba39d804524d754139e0b2dc9 (patch) | |
tree | e8f17c800ea6bd1441b982f413c51f9c62e9770f /lib/chef/recipe.rb | |
parent | 5d7f05a0436b85929a0a764807fa81b26b3d4fb8 (diff) | |
download | chef-5c489b2fb6f10e5ba39d804524d754139e0b2dc9.tar.gz |
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'lib/chef/recipe.rb')
-rw-r--r-- | lib/chef/recipe.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/recipe.rb b/lib/chef/recipe.rb index de72a8d0c4..e54a1d98e3 100644 --- a/lib/chef/recipe.rb +++ b/lib/chef/recipe.rb @@ -82,7 +82,7 @@ class Chef run_context.resource_collection.find(*args) end - # This was moved to Chef::Node#tag, redirecting here for compatability + # This was moved to Chef::Node#tag, redirecting here for compatibility def tag(*tags) run_context.node.tag(*tags) end |