diff options
author | Ben Orenstein <ben.orenstein@gmail.com> | 2011-02-27 16:45:57 -0500 |
---|---|---|
committer | Ben Orenstein <ben.orenstein@gmail.com> | 2011-02-27 18:17:06 -0500 |
commit | 9bbbae06c57da6a25c70e54877c4867310131db9 (patch) | |
tree | f2265890a362993622153e8b2f73421a18608e8e /activesupport/lib | |
parent | 6ff10c17aa6955c1e7c6b3ce17f01f80649abf2b (diff) | |
download | rails-9bbbae06c57da6a25c70e54877c4867310131db9.tar.gz rails-9bbbae06c57da6a25c70e54877c4867310131db9.tar.bz2 rails-9bbbae06c57da6a25c70e54877c4867310131db9.zip |
Fix incorrect word.
Diffstat (limited to 'activesupport/lib')
-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. # |