From 8f0fc44e06a17295d116dbb36dc452baf42a2928 Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Thu, 1 Nov 2012 13:33:45 -0400 Subject: [PATCH] typo run, fix casing on several commands, RedHat is Red Hat according to Redhat.com --- source/administration/import-export.txt | 2 +- source/administration/security.txt | 4 ++-- source/administration/vulnerability-notification.txt | 2 +- source/applications/database-references.txt | 4 ++-- source/reference/command/movePrimary.txt | 2 +- source/reference/method/copyDbpath.txt | 2 +- source/reference/method/resetDbpath.txt | 2 +- .../convert-replica-set-to-replicated-shard-cluster.txt | 2 +- .../install-mongodb-on-redhat-centos-or-fedora-linux.txt | 4 ++-- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/source/administration/import-export.txt b/source/administration/import-export.txt index f38e38b6986..a1cfadadc0b 100644 --- a/source/administration/import-export.txt +++ b/source/administration/import-export.txt @@ -118,7 +118,7 @@ JSON. .. code-block:: javascript - Dbref( "", "" ) + DBRef( "", "" ) ```` is a string of valid JSON characters. ```` is a 24 character hexadecimal string. diff --git a/source/administration/security.txt b/source/administration/security.txt index fa9227b2611..a5e77ace5af 100644 --- a/source/administration/security.txt +++ b/source/administration/security.txt @@ -320,8 +320,8 @@ users and access with MongoDB's authentication system. Interfaces ---------- -Simply limiting access to a :program:`mongod` is not sufficent for -totally controling risk exposure. Consider the recommendations in the +Simply limiting access to a :program:`mongod` is not sufficient for +totally controlling risk exposure. Consider the recommendations in the following section, for limiting exposure other interface-related risks. diff --git a/source/administration/vulnerability-notification.txt b/source/administration/vulnerability-notification.txt index 320bf7f05ee..160c7635316 100644 --- a/source/administration/vulnerability-notification.txt +++ b/source/administration/vulnerability-notification.txt @@ -24,7 +24,7 @@ In particular, please include the following: - *Common Vulnerability* information, if applicable, including: - - CVSS (Commong Vulnerability Scoring System) Score. + - CVSS (Common Vulnerability Scoring System) Score. - CVE (Common Vulnerability and Exposures) Identifier. diff --git a/source/applications/database-references.txt b/source/applications/database-references.txt index b035996fd25..d26a0210f16 100644 --- a/source/applications/database-references.txt +++ b/source/applications/database-references.txt @@ -39,7 +39,7 @@ MongoDB applications use one of two methods for relating documents: links between documents if your database must interact with multiple frameworks and tools. -Unless you have a compelling reason for using a DBref use manual +Unless you have a compelling reason for using a DBRef use manual references. .. [#official-driver] Some community supported drivers may have @@ -178,7 +178,7 @@ Support `The MongoDBRef class `_. **Python** - The Python driver provides the :api:`DBref class `, + The Python driver provides the :api:`DBRef class `, and the :api:`dereference method ` for interacting with DBRefs. diff --git a/source/reference/command/movePrimary.txt b/source/reference/command/movePrimary.txt index a8c4761cd6e..40d40ac3998 100644 --- a/source/reference/command/movePrimary.txt +++ b/source/reference/command/movePrimary.txt @@ -30,7 +30,7 @@ movePrimary .. code-block:: javascript - { moveprimary : "test", to : "shard0001" } + { movePrimary : "test", to : "shard0001" } When the command returns, the database's primary location will shift to the designated :term:`shard`. To fully decommission a diff --git a/source/reference/method/copyDbpath.txt b/source/reference/method/copyDbpath.txt index 67bc9646599..ee91d52b87c 100644 --- a/source/reference/method/copyDbpath.txt +++ b/source/reference/method/copyDbpath.txt @@ -1,5 +1,5 @@ ============ -copyDbPath() +copyDbpath() ============ .. default-domain:: mongodb diff --git a/source/reference/method/resetDbpath.txt b/source/reference/method/resetDbpath.txt index e8c9ef0efbf..4446779ce37 100644 --- a/source/reference/method/resetDbpath.txt +++ b/source/reference/method/resetDbpath.txt @@ -1,5 +1,5 @@ ============= -resetDbPath() +resetDbpath() ============= .. default-domain:: mongodb diff --git a/source/tutorial/convert-replica-set-to-replicated-shard-cluster.txt b/source/tutorial/convert-replica-set-to-replicated-shard-cluster.txt index 945e9b44674..3803760701f 100644 --- a/source/tutorial/convert-replica-set-to-replicated-shard-cluster.txt +++ b/source/tutorial/convert-replica-set-to-replicated-shard-cluster.txt @@ -332,7 +332,7 @@ emables sharding on the "test" database: .. code-block:: javascript - db.runCommand( { enablesharding : "test" } ) + db.runCommand( { enableSharding : "test" } ) { "ok" : 1 } diff --git a/source/tutorial/install-mongodb-on-redhat-centos-or-fedora-linux.txt b/source/tutorial/install-mongodb-on-redhat-centos-or-fedora-linux.txt index bc49deeea27..1af39cff7b7 100644 --- a/source/tutorial/install-mongodb-on-redhat-centos-or-fedora-linux.txt +++ b/source/tutorial/install-mongodb-on-redhat-centos-or-fedora-linux.txt @@ -1,5 +1,5 @@ ============================================================= -Install MongoDB on RedHat Enterprise, CentOS, or Fedora Linux +Install MongoDB on Red Hat Enterprise, CentOS, or Fedora Linux ============================================================= .. default-domain:: mongodb @@ -8,7 +8,7 @@ Synopsis -------- This tutorial outlines the basic installation process for deploying -:term:`MongoDB` on RedHat Enterprise Linux, CentOS Linux, Fedora Linux +:term:`MongoDB` on Red Hat Enterprise Linux, CentOS Linux, Fedora Linux and related systems. This procedure uses ``.rpm`` packages as the basis of the installation. 10gen publishes packages of the MongoDB releases as ``.rpm`` packages for easy installation and management for