From e81ea00dcaa1be7709c75ed9f5fada510e03aa26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Fri, 26 Apr 2013 00:31:13 -0500 Subject: [PATCH 1/2] Minor typos --- source/core/sharded-cluster-architectures.txt | 2 +- ...write-a-tumblelog-application-with-django-mongodb-engine.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/core/sharded-cluster-architectures.txt b/source/core/sharded-cluster-architectures.txt index 4c410a940e9..5c8fb854486 100644 --- a/source/core/sharded-cluster-architectures.txt +++ b/source/core/sharded-cluster-architectures.txt @@ -236,7 +236,7 @@ potential failure scenarios and available resolutions: - All members of a replica set become unavailable. If all members of a replica set within a shard are unavailable, all - data held in on that shard is unavailable. However, the data on all + data held in that shard is unavailable. However, the data on all other shards will remain available, and it's possible to read and write data to the other shards. However, your application must be able to deal with partial results, and you should investigate the diff --git a/source/tutorial/write-a-tumblelog-application-with-django-mongodb-engine.txt b/source/tutorial/write-a-tumblelog-application-with-django-mongodb-engine.txt index c3d7088917f..f180fbc8761 100644 --- a/source/tutorial/write-a-tumblelog-application-with-django-mongodb-engine.txt +++ b/source/tutorial/write-a-tumblelog-application-with-django-mongodb-engine.txt @@ -59,7 +59,7 @@ Respectively, these commands: install the ``virtualenv`` program project (named ``myproject``.) To activate ``myproject`` environment at the system prompt, use the -following commands: +following command: .. code-block:: bash From 9d07bf3a295702dea3c2ef576670e8024d0bb40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Fri, 26 Apr 2013 00:44:06 -0500 Subject: [PATCH 2/2] Minor typo in release-note 2.2 document --- source/release-notes/2.2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes/2.2.txt b/source/release-notes/2.2.txt index 6649f7c55ca..ea4d062e4fa 100644 --- a/source/release-notes/2.2.txt +++ b/source/release-notes/2.2.txt @@ -357,7 +357,7 @@ In version 2.2, collection names cannot: - contain the ``$``. -- be an empty string (e.g. ``""``). +- be an empty string (i.e. ``""``). This change does not affect collections created with now illegal names in earlier versions of MongoDB.