Skip to content

typo run, fix casing on several commands, RedHat is Red Hat, etc. #364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 1, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/administration/import-export.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ JSON.

.. code-block:: javascript

Dbref( "<name>", "<id>" )
DBRef( "<name>", "<id>" )

``<name>`` is a string of valid JSON characters. ``<id>`` is a 24
character hexadecimal string.
Expand Down
4 changes: 2 additions & 2 deletions source/administration/security.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion source/administration/vulnerability-notification.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions source/applications/database-references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -178,7 +178,7 @@ Support
`The MongoDBRef class <http://www.php.net/manual/en/class.mongodbref.php/>`_.

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

Expand Down
2 changes: 1 addition & 1 deletion source/reference/command/movePrimary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/reference/method/copyDbpath.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
============
copyDbPath()
copyDbpath()
============

.. default-domain:: mongodb
Expand Down
2 changes: 1 addition & 1 deletion source/reference/method/resetDbpath.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=============
resetDbPath()
resetDbpath()
=============

.. default-domain:: mongodb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ emables sharding on the "test" database:

.. code-block:: javascript

db.runCommand( { enablesharding : "test" } )
db.runCommand( { enableSharding : "test" } )
{ "ok" : 1 }


Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down