SVN: ZODB/trunk/src/CHANGES.txt fixed typo
Christian Zagrodnick <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 113456:
fixed typo
Changed:
U ZODB/trunk/src/CHANGES.txt
-=-
Modified: ZODB/trunk/src/CHANGES.txt
===================================================================
--- ZODB/trunk/src/CHANGES.txt 2010-06-14 15:43:31 UTC (rev 113455)
+++ ZODB/trunk/src/CHANGES.txt 2010-06-14 16:04:13 UTC (rev 113456)
@@ -33,7 +33,7 @@
a database with a mapping storage.
- Databases now warn when committing very large records (> 16MB).
- This is to tr to warn people of likely design mistakes. There is a
+ This is to try to warn people of likely design mistakes. There is a
new option (large_record_size/large-record-size) to control the
record size at which the warning is issued.