Skip to content

Yet another typo run #1313

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/faq/storage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ inserted into the database. Consider the following possible causes:

To reclaim deleted space, use :dbcommand:`repairDatabase`, which
rebuilds the database which de-fragments the storage and may release
space to the operating systme. :dbcommand:`repairDatabase` requires
space to the operating system. :dbcommand:`repairDatabase` requires
up to 2 gigabytes of extra disk space to run. Do not use
:dbcommand:`repairDatabase` if you are critically low on disk space.

Expand Down
2 changes: 1 addition & 1 deletion source/reference/command/getLastError.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ subset of the fields listed below.

.. data:: getLastError.n

:data:`getLastErrr.n` reports the number of documents updated or
:data:`getLastError.n` reports the number of documents updated or
removed, if the preceding operation was an update or remove
operation.

Expand Down
2 changes: 1 addition & 1 deletion source/reference/command/repairDatabase.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Definition

.. note:: :dbcommand:`repairDatabase` requires free disk space equal to the size
of your current data set plus 2 gigabytes. If the volume that holds dbpath
lacks sufficent space, you can mount a separate volume
lacks sufficient space, you can mount a separate volume
and use that for the repair. When mounting a separate volume for
:dbcommand:`repairDatabase` you must run :dbcommand:`repairDatabase`
from the command line and use the
Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/split-chunks-in-sharded-cluster.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ document as the lower bound in the new chunk:

sh.splitAt( "records.people", { "zipcode": 63109 } )

.. note:: :method:`~sh.splitAt()` does not nessarily split the chunk
.. note:: :method:`~sh.splitAt()` does not necessarily split the chunk
into two equally sized chunks. The split occurs at the location of
the document matching the query, regardless of where that document is
in the chunk.
Expand Down