From 766eda3e11c4fd7c1a99c81d442ef5f4e0a0460d Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 29 Dec 2011 10:23:17 -0800 Subject: fixing typo. Thanks Vijay! --- activesupport/lib/active_support/tagged_logging.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/tagged_logging.rb b/activesupport/lib/active_support/tagged_logging.rb index a3a2c48817..2fad91495d 100644 --- a/activesupport/lib/active_support/tagged_logging.rb +++ b/activesupport/lib/active_support/tagged_logging.rb @@ -28,7 +28,7 @@ module ActiveSupport end def silence(temporary_level = ERROR, &block) - @logger.silience(temporary_level, &block) + @logger.silence(temporary_level, &block) end deprecate :silence -- cgit v1.2.3