From 2c96638c70e98058bee29c9f8b9d1d181b9dce9e Mon Sep 17 00:00:00 2001 From: Andreas Loupasakis Date: Thu, 6 Sep 2012 00:46:52 +0300 Subject: Fix a typo --- .../lib/active_record/connection_adapters/abstract/connection_pool.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record/connection_adapters/abstract') diff --git a/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb b/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb index 7a3d9bfd3e..bf08459b3b 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb +++ b/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb @@ -494,7 +494,7 @@ module ActiveRecord # # Normally there is only a single ConnectionHandler instance, accessible via # ActiveRecord::Base.connection_handler. Active Record models use this to - # determine that connection pool that they should use. + # determine the connection pool that they should use. class ConnectionHandler def initialize @owner_to_pool = Hash.new { |h,k| h[k] = {} } -- cgit v1.2.3