aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2014-05-17 08:57:16 +0000
committerVijay Dev <vijaydev.cse@gmail.com>2014-05-17 08:57:16 +0000
commitf534d7aad44441b4e2cf09d0972067d4f6ef3c54 (patch)
tree4bebf8111999b3f79904b3d0d535c01db10b220e /activerecord
parent8193c49a9318de94c89dc1e97ccb21329cc4402c (diff)
downloadrails-f534d7aad44441b4e2cf09d0972067d4f6ef3c54.tar.gz
rails-f534d7aad44441b4e2cf09d0972067d4f6ef3c54.tar.bz2
rails-f534d7aad44441b4e2cf09d0972067d4f6ef3c54.zip
fix typo [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/transactions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/transactions.rb b/activerecord/lib/active_record/transactions.rb
index 2c3d996322..17d1ae1ba0 100644
--- a/activerecord/lib/active_record/transactions.rb
+++ b/activerecord/lib/active_record/transactions.rb
@@ -356,7 +356,7 @@ module ActiveRecord
force_clear_transaction_record_state if @_start_transaction_state[:level] < 1
end
- # Force to clear the teansaction record state.
+ # Force to clear the transaction record state.
def force_clear_transaction_record_state #:nodoc:
@_start_transaction_state.clear
end