From 3dc6568986487a9baaedef713dffd56a4bf99e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Tue, 8 Jan 2013 00:50:41 -0500 Subject: [PATCH 1/2] Minor typo --- source/tutorial/install-mongodb-on-windows.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/install-mongodb-on-windows.txt b/source/tutorial/install-mongodb-on-windows.txt index 548a3d422ee..cf234a03037 100644 --- a/source/tutorial/install-mongodb-on-windows.txt +++ b/source/tutorial/install-mongodb-on-windows.txt @@ -237,7 +237,7 @@ for log files and using the configuration file are good practice. .. versionchanged:: 2.2 The default :setting:`logpath` and :setting:`logappend` behavior - will change in the 2.2 release. + were changed in the 2.2 release. Install and Run the MongoDB Service ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From 6dd4e6afd8897c99bdd16b2488287214c2b36cb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Tue, 8 Jan 2013 08:49:23 -0500 Subject: [PATCH 2/2] minor typo --- source/core/replication.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/replication.txt b/source/core/replication.txt index cfa03552983..2012dc524a4 100644 --- a/source/core/replication.txt +++ b/source/core/replication.txt @@ -169,7 +169,7 @@ In MongoDB, all read operations issued to the primary of a replica set are :term:`consistent ` with the last write operation. -If clients configure the :term:`read preference` to permit allow secondary reads, +If clients configure the :term:`read preference` to permit secondary reads, read operations cannot return from :term:`secondary` members that have not replicated more recent updates or operations. In these situations the query results may reflect a previous state.