Skip to content

Commit 8f0fc44

Browse files
author
Ed Costello
committed
typo run, fix casing on several commands, RedHat is Red Hat according to Redhat.com
1 parent 28cefdd commit 8f0fc44

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

source/administration/import-export.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ JSON.
118118

119119
.. code-block:: javascript
120120

121-
Dbref( "<name>", "<id>" )
121+
DBRef( "<name>", "<id>" )
122122

123123
``<name>`` is a string of valid JSON characters. ``<id>`` is a 24
124124
character hexadecimal string.

source/administration/security.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ users and access with MongoDB's authentication system.
320320
Interfaces
321321
----------
322322

323-
Simply limiting access to a :program:`mongod` is not sufficent for
324-
totally controling risk exposure. Consider the recommendations in the
323+
Simply limiting access to a :program:`mongod` is not sufficient for
324+
totally controlling risk exposure. Consider the recommendations in the
325325
following section, for limiting exposure other interface-related
326326
risks.
327327

source/administration/vulnerability-notification.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In particular, please include the following:
2424

2525
- *Common Vulnerability* information, if applicable, including:
2626

27-
- CVSS (Commong Vulnerability Scoring System) Score.
27+
- CVSS (Common Vulnerability Scoring System) Score.
2828

2929
- CVE (Common Vulnerability and Exposures) Identifier.
3030

source/applications/database-references.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ MongoDB applications use one of two methods for relating documents:
3939
links between documents if your database must interact with
4040
multiple frameworks and tools.
4141

42-
Unless you have a compelling reason for using a DBref use manual
42+
Unless you have a compelling reason for using a DBRef use manual
4343
references.
4444

4545
.. [#official-driver] Some community supported drivers may have
@@ -178,7 +178,7 @@ Support
178178
`The MongoDBRef class <http://www.php.net/manual/en/class.mongodbref.php/>`_.
179179

180180
**Python**
181-
The Python driver provides the :api:`DBref class <python/current/api/bson/dbref.html>`,
181+
The Python driver provides the :api:`DBRef class <python/current/api/bson/dbref.html>`,
182182
and the :api:`dereference method </python/current/api/pymongo/database.html#pymongo.database.Database.dereference>`
183183
for interacting with DBRefs.
184184

source/reference/command/movePrimary.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ movePrimary
3030

3131
.. code-block:: javascript
3232

33-
{ moveprimary : "test", to : "shard0001" }
33+
{ movePrimary : "test", to : "shard0001" }
3434

3535
When the command returns, the database's primary location will
3636
shift to the designated :term:`shard`. To fully decommission a

source/reference/method/copyDbpath.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
============
2-
copyDbPath()
2+
copyDbpath()
33
============
44

55
.. default-domain:: mongodb

source/reference/method/resetDbpath.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=============
2-
resetDbPath()
2+
resetDbpath()
33
=============
44

55
.. default-domain:: mongodb

source/tutorial/convert-replica-set-to-replicated-shard-cluster.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ emables sharding on the "test" database:
332332

333333
.. code-block:: javascript
334334

335-
db.runCommand( { enablesharding : "test" } )
335+
db.runCommand( { enableSharding : "test" } )
336336
{ "ok" : 1 }
337337

338338

source/tutorial/install-mongodb-on-redhat-centos-or-fedora-linux.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=============================================================
2-
Install MongoDB on RedHat Enterprise, CentOS, or Fedora Linux
2+
Install MongoDB on Red Hat Enterprise, CentOS, or Fedora Linux
33
=============================================================
44

55
.. default-domain:: mongodb
@@ -8,7 +8,7 @@ Synopsis
88
--------
99

1010
This tutorial outlines the basic installation process for deploying
11-
:term:`MongoDB` on RedHat Enterprise Linux, CentOS Linux, Fedora Linux
11+
:term:`MongoDB` on Red Hat Enterprise Linux, CentOS Linux, Fedora Linux
1212
and related systems. This procedure uses ``.rpm`` packages as the
1313
basis of the installation. 10gen publishes packages of the MongoDB
1414
releases as ``.rpm`` packages for easy installation and management for

0 commit comments

Comments
 (0)