Skip to content

minor copy edits for typos #2138

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
4 changes: 2 additions & 2 deletions source/administration/monitoring.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Monitoring is a critical component of all database administration. A
firm grasp of MongoDB's reporting will allow you to assess the state
of your database and maintain your deployment without crisis.
Additionally, a sense of MongoDB's normal operational parameters will
allow you to diagnose before they escalate to failures.
allow you to diagnose problems before they escalate to failures.

This document presents an overview of the available monitoring utilities
and the reporting statistics
Expand Down Expand Up @@ -362,7 +362,7 @@ Locks

MongoDB uses a locking system to ensure data set consistency. However, if
certain operations are long-running, or a queue forms, performance
will slow as requests and operations wait for the lock. Lock-related
will degrade as requests and operations wait for the lock. Lock-related
slowdowns can be intermittent. To see if the lock has been affecting
your performance, look to the data in the
:ref:`globalLock` section of the :dbcommand:`serverStatus` output. If
Expand Down
2 changes: 1 addition & 1 deletion source/administration/production-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ NUMA configuration may degrade performance.

See `The MySQL "swap insanity" problem and the effects of NUMA
<http://jcole.us/blog/archives/2010/09/28/mysql-swap-insanity-and-the
-nu ma-architecture/>`_ post, which describes the effects of NUMA on
-numa-architecture/>`_ post, which describes the effects of NUMA on
databases. This blog post addresses the impact of NUMA for MySQL,
but the issues for MongoDB are similar. The post introduces NUMA and
its goals, and illustrates how these goals are not compatible with
Expand Down
2 changes: 1 addition & 1 deletion source/reference/command/serverStatus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ page.

.. data:: serverStatus.locks.acquireCount

Number of times the lock was aquired in the specified mode.
Number of times the lock was acquired in the specified mode.

.. data:: serverStatus.locks.acquireWaitCount

Expand Down
2 changes: 1 addition & 1 deletion source/reference/method/db.currentOp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Output Fields
.. data:: currentOp.lockStats.timeAcquiringMicros

Cumulative time in microseconds that the operation had to wait to
aqcuire the locks.
acquire the locks.

:data:`~currentOp.lockStats.timeAcquiringMicros` divided by
:data:`~currentOp.lockStats.acquireWaitCount` gives an
Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/3.0-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ The minimum fully compatible driver versions are:
.. list-table::
:header-rows: 1

* - Driver Lanugage
* - Driver Language
- Minimum Fully Compatible Version

* - :ecosystem:`C </drivers/c>`
Expand Down