From bab0b9bc30916c0e55dcdcdd8bfed09302721eed Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Tue, 27 Oct 2009 14:36:30 -0700 Subject: [PATCH] Fix typo in connection_pool.rb comment, thanks exploid --- lib/sequel/connection_pool.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sequel/connection_pool.rb b/lib/sequel/connection_pool.rb index 9782890cce..8d66275c75 100644 --- a/lib/sequel/connection_pool.rb +++ b/lib/sequel/connection_pool.rb @@ -11,7 +11,7 @@ class Sequel::ConnectionPool # The maximum number of connections. attr_reader :max_size - # The mutex that protects access to the other internal vairables. You must use + # The mutex that protects access to the other internal variables. You must use # this if you want to manipulate the variables safely. attr_reader :mutex