aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/notifications.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-11-05 12:09:18 -0700
committerXavier Noria <fxn@hashref.com>2011-11-05 12:09:18 -0700
commit56f16e25e97fc23df9289abb2e1feb499e09d033 (patch)
tree12b791733edec0dd249979511ce18380b29d8597 /activesupport/lib/active_support/notifications.rb
parentd287e90870a9832c9d7e9d222881d3a6102bd04d (diff)
downloadrails-56f16e25e97fc23df9289abb2e1feb499e09d033.tar.gz
rails-56f16e25e97fc23df9289abb2e1feb499e09d033.tar.bz2
rails-56f16e25e97fc23df9289abb2e1feb499e09d033.zip
fixes typo
Diffstat (limited to 'activesupport/lib/active_support/notifications.rb')
-rw-r--r--activesupport/lib/active_support/notifications.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/notifications.rb b/activesupport/lib/active_support/notifications.rb
index 719f074948..f549d2fff3 100644
--- a/activesupport/lib/active_support/notifications.rb
+++ b/activesupport/lib/active_support/notifications.rb
@@ -66,7 +66,7 @@ module ActiveSupport
# == Temporary Subscriptions
#
# Sometimes you do not want to subscribe to an event for the entire life of
- # the application. There are two ways two unsubscribe.
+ # the application. There are two ways to unsubscribe.
#
# === Subscribe While a Block Runs
#