From cbb147931b2f547ad76a7ed233430642490c6000 Mon Sep 17 00:00:00 2001 From: Bogdan Gusiev 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(-) 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 :strict option set to true # will always raise ActiveModel::InternalValidationFailed instead of adding error -- cgit v1.2.3