aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/log_subscriber
diff options
context:
space:
mode:
authorR.T. Lechow <rtlechow@gmail.com>2011-03-03 23:14:18 -0500
committerXavier Noria <fxn@hashref.com>2011-03-05 11:56:34 +0100
commit273700cbd0f8e9013fd4b4a33ab310e4ac02ff62 (patch)
tree60faf20101fcf22397680615a41c7a485957b696 /activesupport/lib/active_support/log_subscriber
parent48841dd6aebd41cfab66f719f3d6896e172d7b9f (diff)
downloadrails-273700cbd0f8e9013fd4b4a33ab310e4ac02ff62.tar.gz
rails-273700cbd0f8e9013fd4b4a33ab310e4ac02ff62.tar.bz2
rails-273700cbd0f8e9013fd4b4a33ab310e4ac02ff62.zip
Active Support typos.
Diffstat (limited to 'activesupport/lib/active_support/log_subscriber')
-rw-r--r--activesupport/lib/active_support/log_subscriber/test_helper.rb2
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 3227600078..392e33edbc 100644
--- a/activesupport/lib/active_support/log_subscriber/test_helper.rb
+++ b/activesupport/lib/active_support/log_subscriber/test_helper.rb
@@ -23,7 +23,7 @@ module ActiveSupport
# end
#
# All you need to do is to ensure that your log subscriber is added to Rails::Subscriber,
- # as in the second line of the code above. The test helpers is reponsible for setting
+ # as in the second line of the code above. The test helpers are responsible for setting
# up the queue, subscriptions and turning colors in logs off.
#
# The messages are available in the @logger instance, which is a logger with limited