From 56f16e25e97fc23df9289abb2e1feb499e09d033 Mon Sep 17 00:00:00 2001
From: Xavier Noria <fxn@hashref.com>
Date: Sat, 5 Nov 2011 12:09:18 -0700
Subject: fixes typo

---
 activesupport/lib/active_support/notifications.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
   #
-- 
cgit v1.2.3