]> git.sur5r.net Git - openldap/commitdiff
Typo
authorHoward Chu <hyc@symas.com>
Mon, 14 Jul 2014 16:53:53 +0000 (09:53 -0700)
committerHoward Chu <hyc@symas.com>
Mon, 14 Jul 2014 16:53:53 +0000 (09:53 -0700)
libraries/liblmdb/CHANGES

index 6eac674b697c49a43ab353c3dc6ed9eb9d830848..644b18de97cd92a0acde8914fe24f8a08cf248de 100644 (file)
@@ -8,7 +8,7 @@ LMDB 0.9.14 Engineering
        Fix ambiguous error code from writing to closed DBI (ITS#7825)
        Fix mdb_copy copying past end of file (ITS#7886)
        Fix cursor bugs from page_merge/rebalance
-       Fix to dirty fewer pages in deletes (mdb_page_loose()
+       Fix to dirty fewer pages in deletes (mdb_page_loose())
        Fix Windows compat issues in mtests (ITS#7879)
        Add compacting variant of mdb_copy
        Add BigEndian integer key compare code