summaryrefslogtreecommitdiff
path: root/spec/unit/event_dispatch/dispatcher_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/event_dispatch/dispatcher_spec.rb')
-rw-r--r--spec/unit/event_dispatch/dispatcher_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/event_dispatch/dispatcher_spec.rb b/spec/unit/event_dispatch/dispatcher_spec.rb
index 1db43ad740..d848f84ff5 100644
--- a/spec/unit/event_dispatch/dispatcher_spec.rb
+++ b/spec/unit/event_dispatch/dispatcher_spec.rb
@@ -123,7 +123,7 @@ describe Chef::EventDispatch::Dispatcher do
context "events that queue events" do
class Accumulator
def self.sequence
- @secuence ||= []
+ @sequence ||= []
end
end