[Zodb-checkins] CVS: StandaloneZODB/ZODB - DB.py:1.33.16.1

Jeremy Hylton jeremy@zope.com
Fri, 19 Oct 2001 16:23:47 -0400


Update of /cvs-repository/StandaloneZODB/ZODB
In directory cvs.zope.org:/tmp/cvs-serv25809

Modified Files:
      Tag: jeremy-Standby-branch
	DB.py 
Log Message:
repair typo in comment


=== StandaloneZODB/ZODB/DB.py 1.33 => 1.33.16.1 ===
             # Pool locks are tricky.  Basically, the lock needs to be
             # set whenever the pool becomes empty so that threads are
-            # forced to wait until the pool gets a connection it it.
+            # forced to wait until the pool gets a connection in it.
             # The lock is acquired when the (empty) pool is
             # created. The The lock is acquired just prior to removing
             # the last connection from the pool and just after adding