From 3e3b64c2b3d16cb1a8fd47dbd5e03306cc50fbc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Sat, 5 Jan 2013 00:27:53 -0500 Subject: [PATCH 1/2] Minor: Remaining whitespace --- source/reference/method/isWindows.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/method/isWindows.txt b/source/reference/method/isWindows.txt index c54a4f38a40..4083d0687ec 100644 --- a/source/reference/method/isWindows.txt +++ b/source/reference/method/isWindows.txt @@ -9,5 +9,5 @@ isWindows() :returns: boolean. Returns "true" if the :program:`mongo` shell is running on a - system that is Windows, or "false" if the server is running + system that is Windows, or "false" if the server is running on a Unix or Linux systems. From 0cf137a34bfffac92403fadf4ef76e0de223d3e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Sat, 5 Jan 2013 00:32:40 -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 83b9e38b1a3..cfa03552983 100644 --- a/source/core/replication.txt +++ b/source/core/replication.txt @@ -396,7 +396,7 @@ operations, (i.e. "read heavy") replica sets can greatly increase the capability of the database system. The minimum requirements for a replica set include two members with -data, for a :term:`primary` and a secondary, and an :ref:`arbiters +data, for a :term:`primary` and a secondary, and an :ref:`arbiter `. In most circumstances, however, you will want to deploy three data members.