Skip to content

Commit

Permalink
Fix typo in connection_pool.rb comment, thanks exploid
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Oct 27, 2009
1 parent d31e14b commit bab0b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sequel/connection_pool.rb
Expand Up @@ -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

Expand Down

0 comments on commit bab0b9b

Please sign in to comment.