From c0c90af41a83bcd97eb6dc57933b94996f6c5a47 Mon Sep 17 00:00:00 2001
From: Zachary Scott <e@zzak.io>
Date: Sun, 24 May 2015 10:51:38 -0700
Subject: s/contstant/constant re #20282 [ci skip]

---
 activesupport/lib/active_support/deprecation/proxy_wrappers.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/activesupport/lib/active_support/deprecation/proxy_wrappers.rb b/activesupport/lib/active_support/deprecation/proxy_wrappers.rb
index 3ff4fe95aa..c6d2b5e795 100644
--- a/activesupport/lib/active_support/deprecation/proxy_wrappers.rb
+++ b/activesupport/lib/active_support/deprecation/proxy_wrappers.rb
@@ -104,7 +104,7 @@ module ActiveSupport
     end
 
     # DeprecatedConstantProxy transforms a constant into a deprecated one. It
-    # takes the names of an old (deprecated) constant and of a new contstant
+    # takes the names of an old (deprecated) constant and of a new constant
     # (both in string form) and optionally a deprecator. The deprecator defaults
     # to +ActiveSupport::Deprecator+ if none is specified. The deprecated constant
     # now returns the value of the new one.
@@ -127,7 +127,7 @@ module ActiveSupport
         @deprecator = deprecator
       end
 
-      # Returns class of a new contstant.
+      # Returns class of a new constant.
       #
       #   PLANETS_POST_2006 = %w(mercury venus earth mars jupiter saturn uranus neptune)
       #   PLANETS = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('PLANETS', 'PLANETS_POST_2006')
-- 
cgit v1.2.3