Fix typos
authorHoward Chu <hyc@openldap.org>
Sat, 19 Dec 2015 22:57:00 +0000 (22:57 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 19 Dec 2015 22:57:00 +0000 (22:57 +0000)
libraries/liblmdb/intro.doc

index f7f7b10..870c7bb 100644 (file)
@@ -136,7 +136,7 @@ There can be multiple simultaneously active read-only transactions
 but only one that can write. Once a single read-write transaction
 is opened, all further attempts to begin one will block until the
 first one is committed or aborted. This has no effect on read-only
-transactions, however, and they may contine to be opened at any time.
+transactions, however, and they may continue to be opened at any time.
 
 @section dupkeys Duplicate Keys