summaryrefslogtreecommitdiff
path: root/lib/chef/handler.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-05-28 15:57:45 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-05-28 15:57:45 -0700
commita5282e621f0fc25e0598725b350a4737dcf6be27 (patch)
tree7dd72544b8522f8cef4fa277ff51ab2f686ad436 /lib/chef/handler.rb
parent1b18cbe82932e43cbdb88e89e82514cf13836eb8 (diff)
downloadchef-a5282e621f0fc25e0598725b350a4737dcf6be27.tar.gz
spellcheck
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/handler.rb')
-rw-r--r--lib/chef/handler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/handler.rb b/lib/chef/handler.rb
index d08a43f0e3..173d4c4faa 100644
--- a/lib/chef/handler.rb
+++ b/lib/chef/handler.rb
@@ -58,7 +58,7 @@ class Chef
# FIXME: Chef::Handler should probably inherit from EventDispatch::Base
# and should wire up to those events rather than the "notifications" system
# which is hanging off of Chef::Client. Those "notifications" could then be
- # deprecated in favor of events, and this class could become decopled from
+ # deprecated in favor of events, and this class could become decoupled from
# the Chef::Client object.
def self.handler_for(*args)