From 7822347ab8c4b3f568baf93686061e767580e4ea Mon Sep 17 00:00:00 2001 From: David Cardon Date: Fri, 12 Apr 2013 06:43:24 -0600 Subject: [PATCH] Typo fix 'log' -> 'long' --- source/faq/concurrency.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/faq/concurrency.txt b/source/faq/concurrency.txt index 5ff2118b9b1..a0de591aa9e 100644 --- a/source/faq/concurrency.txt +++ b/source/faq/concurrency.txt @@ -92,7 +92,7 @@ while :program:`mongod` loads documents into memory. Additionally, write operations that affect multiple documents (i.e. :method:`~db.collection.update()` with the ``multi`` parameter,) will yield periodically to allow read operations during -these log write operations. Similarly, long running read locks will +these long write operations. Similarly, long running read locks will yield periodically to ensure that write operations have the opportunity to complete.