From f534d7aad44441b4e2cf09d0972067d4f6ef3c54 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sat, 17 May 2014 08:57:16 +0000 Subject: fix typo [ci skip] --- activerecord/lib/active_record/transactions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') 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 -- cgit v1.2.3