From 86ae31ebf51c6f242f8f19c41ff5127ca0fff1fa Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 19 Dec 2015 22:57:00 +0000 Subject: [PATCH] Fix typos --- libraries/liblmdb/intro.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5