From: Howard Chu Date: Sat, 19 Dec 2015 22:57:00 +0000 (+0000) Subject: Fix typos X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=86ae31ebf51c6f242f8f19c41ff5127ca0fff1fa;p=openldap Fix typos --- diff --git a/libraries/liblmdb/intro.doc b/libraries/liblmdb/intro.doc index f7f7b10aee..870c7bb8e7 100644 --- a/libraries/liblmdb/intro.doc +++ b/libraries/liblmdb/intro.doc @@ -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