From cbb147931b2f547ad76a7ed233430642490c6000 Mon Sep 17 00:00:00 2001
From: Bogdan Gusiev <agresso@gmail.com>
Date: Thu, 25 Aug 2011 16:43:43 +0300
Subject: Typo fix

---
 activemodel/lib/active_model/validations/validates.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'activemodel/lib')

diff --git a/activemodel/lib/active_model/validations/validates.rb b/activemodel/lib/active_model/validations/validates.rb
index 43b095d11a..b85c2453fb 100644
--- a/activemodel/lib/active_model/validations/validates.rb
+++ b/activemodel/lib/active_model/validations/validates.rb
@@ -101,7 +101,7 @@ module ActiveModel
         end
       end
 
-      # This method is used to define validation that can not be correcterized by end user 
+      # This method is used to define validation that can not be corrected by end user
       # and is considered exceptional. 
       # So each validator defined with bang or <tt>:strict</tt> option set to <tt>true</tt>
       # will always raise <tt>ActiveModel::InternalValidationFailed</tt> instead of adding error
-- 
cgit v1.2.3