From b5429eec6084cfe9f1283620391f81e3f6fefda4 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Tue, 7 May 2013 22:34:11 +0530 Subject: Fix Typo existant -> existent [ci skip] --- activesupport/test/notifications_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/test/notifications_test.rb b/activesupport/test/notifications_test.rb index d63c59883a..33627a4e74 100644 --- a/activesupport/test/notifications_test.rb +++ b/activesupport/test/notifications_test.rb @@ -99,7 +99,7 @@ module Notifications @notifier.publish :foo @notifier.publish :foo - @notifier.subscribe("not_existant") do |*args| + @notifier.subscribe("not_existent") do |*args| @events << ActiveSupport::Notifications::Event.new(*args) end -- cgit v1.2.3