aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/validates.rb
diff options
context:
space:
mode:
authorBogdan Gusiev <agresso@gmail.com>2011-08-25 16:43:43 +0300
committerBogdan Gusiev <agresso@gmail.com>2011-08-25 16:43:43 +0300
commitcbb147931b2f547ad76a7ed233430642490c6000 (patch)
tree000ef3388421278da6b87b81fd321a70c6d2313d /activemodel/lib/active_model/validations/validates.rb
parentafe04da10b241434f7e1b4aed3d83b59971b379a (diff)
downloadrails-cbb147931b2f547ad76a7ed233430642490c6000.tar.gz
rails-cbb147931b2f547ad76a7ed233430642490c6000.tar.bz2
rails-cbb147931b2f547ad76a7ed233430642490c6000.zip
Typo fix
Diffstat (limited to 'activemodel/lib/active_model/validations/validates.rb')
-rw-r--r--activemodel/lib/active_model/validations/validates.rb2
1 files changed, 1 insertions, 1 deletions
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