diff options
author | Bogdan Gusiev <agresso@gmail.com> | 2011-08-25 16:43:43 +0300 |
---|---|---|
committer | Bogdan Gusiev <agresso@gmail.com> | 2011-08-25 16:43:43 +0300 |
commit | cbb147931b2f547ad76a7ed233430642490c6000 (patch) | |
tree | 000ef3388421278da6b87b81fd321a70c6d2313d /activemodel/lib/active_model | |
parent | afe04da10b241434f7e1b4aed3d83b59971b379a (diff) | |
download | rails-cbb147931b2f547ad76a7ed233430642490c6000.tar.gz rails-cbb147931b2f547ad76a7ed233430642490c6000.tar.bz2 rails-cbb147931b2f547ad76a7ed233430642490c6000.zip |
Typo fix
Diffstat (limited to 'activemodel/lib/active_model')
-rw-r--r-- | activemodel/lib/active_model/validations/validates.rb | 2 |
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 |