From e55cf2b7d11a65e3ae273d4a543290e7f9994b18 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Thu, 10 Feb 2011 17:09:03 -0500 Subject: [PATCH] minor: doc fix --- lib/mongo/util/pool.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mongo/util/pool.rb b/lib/mongo/util/pool.rb index 2043e75..3130fe4 100644 --- a/lib/mongo/util/pool.rb +++ b/lib/mongo/util/pool.rb @@ -146,7 +146,7 @@ module Mongo if socket - # This call all procs, in order, scoped to existing sockets. + # This calls all procs, in order, scoped to existing sockets. # At the moment, we use this to lazily authenticate and # logout existing socket connections. @socket_ops[socket].reject! do |op|