aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/log_subscriber.rb
diff options
context:
space:
mode:
authorNeeraj Singh <neerajdotname@gmail.com>2010-07-23 16:14:16 -0400
committerNeeraj Singh <neerajdotname@gmail.com>2010-07-23 16:14:16 -0400
commit46c7a991a24db22e1a6c83e55d292c3e3e584714 (patch)
treeb990834e4b997a83f283c4953e903e100dba9164 /activesupport/lib/active_support/log_subscriber.rb
parent4bf6c1c0c0a9c7a355651868d5c9579e9f98fe6f (diff)
downloadrails-46c7a991a24db22e1a6c83e55d292c3e3e584714.tar.gz
rails-46c7a991a24db22e1a6c83e55d292c3e3e584714.tar.bz2
rails-46c7a991a24db22e1a6c83e55d292c3e3e584714.zip
fixing typo
Diffstat (limited to 'activesupport/lib/active_support/log_subscriber.rb')
-rw-r--r--activesupport/lib/active_support/log_subscriber.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/log_subscriber.rb b/activesupport/lib/active_support/log_subscriber.rb
index 7611aff964..83930b3f0d 100644
--- a/activesupport/lib/active_support/log_subscriber.rb
+++ b/activesupport/lib/active_support/log_subscriber.rb
@@ -21,7 +21,7 @@ module ActiveSupport
# ActiveRecord::LogSubscriber.attach_to :active_record
#
# Since we need to know all instance methods before attaching the log subscriber,
- # the line above shuold be called after your ActiveRecord::LogSubscriber definition.
+ # the line above should be called after your ActiveRecord::LogSubscriber definition.
#
# After configured, whenever a "sql.active_record" notification is published,
# it will properly dispatch the event (ActiveSupport::Notifications::Event) to