Skip to content

Commit

Permalink
typo fix in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lamont-granquist committed Apr 27, 2015
1 parent 1803021 commit db51917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chef/provider_resolver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def resolve
def enabled_handlers
@enabled_handlers ||=
providers.select do |klass|
# NB: this is different from resoruce_resolver which must pass a resource_name
# NB: this is different from resource_resolver which must pass a resource_name
# FIXME: deprecate this and normalize on passing resource_name here
klass.provides?(node, resource)
end.sort {|a,b| a.to_s <=> b.to_s }
Expand Down

0 comments on commit db51917

Please sign in to comment.