diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-04-15 11:51:46 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-04-15 11:51:46 -0700 |
commit | 746475147c621e70906d60895690ff83aeb75636 (patch) | |
tree | 7813ec3d6dc0e99b5154a20b15d737eda302a3c1 /lib/chef/dsl | |
parent | 544a9127cf3ed738d642b2490ed3063f1623c36c (diff) | |
download | chef-746475147c621e70906d60895690ff83aeb75636.tar.gz |
typofix
Diffstat (limited to 'lib/chef/dsl')
-rw-r--r-- | lib/chef/dsl/declare_resource.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/dsl/declare_resource.rb b/lib/chef/dsl/declare_resource.rb index 454afdc2b8..6381fe1bb6 100644 --- a/lib/chef/dsl/declare_resource.rb +++ b/lib/chef/dsl/declare_resource.rb @@ -227,7 +227,7 @@ class Chef if create_if_missing Chef::Log.deprecation "build_resource with a create_if_missing flag is deprecated, use edit_resource instead" - # midly goofy since we call edit_resoruce only to re-call ourselves, but that's why its deprecated... + # midly goofy since we call edit_resource only to re-call ourselves, but that's why its deprecated... return edit_resource(type, name, created_at, run_context: run_context, &resource_attrs_block) end |