minor: doc fix

This commit is contained in:
Kyle Banker 2011-02-10 17:09:03 -05:00
parent 04c536292a
commit e55cf2b7d1
1 changed files with 1 additions and 1 deletions

View File

@ -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|