diff options
author | Ben Orenstein <ben.orenstein@gmail.com> | 2011-02-27 16:45:57 -0500 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-03-05 11:56:32 +0100 |
commit | ea6a2b7c111cd3794b2ee41bc60a4071631d01aa (patch) | |
tree | 989495e77c1c144acbc341c310f13a1ded459557 /activesupport/lib/active_support/log_subscriber/test_helper.rb | |
parent | 3f97f056f9707101a14d0ff43db0866ddc7515c2 (diff) | |
download | rails-ea6a2b7c111cd3794b2ee41bc60a4071631d01aa.tar.gz rails-ea6a2b7c111cd3794b2ee41bc60a4071631d01aa.tar.bz2 rails-ea6a2b7c111cd3794b2ee41bc60a4071631d01aa.zip |
Fix incorrect word.
Diffstat (limited to 'activesupport/lib/active_support/log_subscriber/test_helper.rb')
-rw-r--r-- | activesupport/lib/active_support/log_subscriber/test_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/log_subscriber/test_helper.rb b/activesupport/lib/active_support/log_subscriber/test_helper.rb index 52a64383a2..3227600078 100644 --- a/activesupport/lib/active_support/log_subscriber/test_helper.rb +++ b/activesupport/lib/active_support/log_subscriber/test_helper.rb @@ -27,7 +27,7 @@ module ActiveSupport # up the queue, subscriptions and turning colors in logs off. # # The messages are available in the @logger instance, which is a logger with limited - # powers (it actually do not send anything to your output), and you can collect them + # powers (it actually does not send anything to your output), and you can collect them # doing @logger.logged(level), where level is the level used in logging, like info, # debug, warn and so on. # |