Skip to content

typo/copy edit run #729

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

Closed
wants to merge 1 commit into from
Closed
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/reference/command/buildInfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ buildInfo

.. data:: buildInfo.maxBsonObjectSize

A number that reports the :limit:`Maximium BSON Document Size
A number that reports the :limit:`Maximum BSON Document Size
<BSON Document Size>`.
2 changes: 1 addition & 1 deletion source/reference/command/captrunc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ captrunc (internal)

:param string collection: The name of the collection to truncate.

:param integer n: An integer that specifies thenumber of documents
:param integer n: An integer that specifies the number of documents
to remove from the collection

:param boolean inc: Specifies whether to truncate the ``n``\ th document.
Expand Down
4 changes: 2 additions & 2 deletions source/reference/command/hostInfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ hostInfo

.. data:: hostInfo.os.name

If available, returns a displah name for the operating
If available, returns a display name for the operating
system.

.. data:: hostInfo.os.version
Expand Down Expand Up @@ -178,7 +178,7 @@ hostInfo
.. data:: hostInfo.extra.maxOpenFiles

Reports the current system limits on open file handles. See
:doc:`/administraiton/ulimit` for more information.
:doc:`/administration/ulimit` for more information.

:data:`~hostInfo.extra.maxOpenFiles` only appears on Linux
systems.
Expand Down
2 changes: 1 addition & 1 deletion source/reference/command/writeBacksQueued.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ writeBacksQueued (internal)

.. slave-ok, admin-only

.. The queue ids are BSON objectids, they correspond to the
.. The queue ids are BSON ObjectIds, they correspond to the
mongos that has talked to this shard. This is derived from the
"serverID" field of the setShardVersion command the mongos
sends to the shard
2 changes: 1 addition & 1 deletion source/reference/glossary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ Glossary

ObjectId
A special 12-byte :term:`BSON` type that has a high probability
an ObjectId represent the time of the ObjectID's
an ObjectId represent the time of the ObjectId's
creation. MongoDB uses ObjectId values as the default values for
:term:`_id` fields.

Expand Down
2 changes: 1 addition & 1 deletion source/reference/mongoimport.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Options

.. option:: --fields <field1<,filed2>>, -f <field1[,filed2]>

Specify a comma seperatedlist of field names when importing
Specify a comma separated list of field names when importing
:term:`csv` or :term:`tsv` files that do not have field names in
the first (i.e. header) line of the file.

Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/2.4-javascript.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Improved Concurrency
Previously, MongoDB operations that required the JavaScript interpreter
had to acquire a lock, and a single :program:`mongod` could only run a
single JavaScript operation at a time. The switch to V8 improves
concurrency by permiting multiple JavaScript operations to run at the
concurrency by permitting multiple JavaScript operations to run at the
same time.

Modernized JavaScript Implementation (ES5)
Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/2.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ development series as a work-in-progress.
Downloading
-----------

You can download the 2.4 release canditate on the `downloads page`_ in the
You can download the 2.4 release candidate on the `downloads page`_ in the
:guilabel:`Development Release (Unstable)` section. There are no
distribution packages for development releases, but you can use the
binaries provided for testing purposes. See
Expand Down