[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/dbopen.txt fix wrong adjective
Benji York
benji at zope.com
Sat Jan 3 18:57:25 EST 2009
Log message for revision 94497:
fix wrong adjective
Changed:
U ZODB/trunk/src/ZODB/tests/dbopen.txt
-=-
Modified: ZODB/trunk/src/ZODB/tests/dbopen.txt
===================================================================
--- ZODB/trunk/src/ZODB/tests/dbopen.txt 2009-01-03 23:08:18 UTC (rev 94496)
+++ ZODB/trunk/src/ZODB/tests/dbopen.txt 2009-01-03 23:57:24 UTC (rev 94497)
@@ -175,7 +175,7 @@
It's a bit more complicated though. The connection pool tries to keep
connections with larger caches at the top of the stack. It does this
-by having connections with larger caches "sink" below connections with
+by having connections with smaller caches "sink" below connections with
larger caches when they are closed.
To see this, we'll add some objects to the caches:
More information about the Zodb-checkins
mailing list