Skip to content

Commit e5147ee

Browse files
epckay-kim
authored andcommitted
Copy edits for typos
Signed-off-by: kay <[email protected]>
1 parent cbb2671 commit e5147ee

5 files changed

+5
-5
lines changed

source/includes/apiargs-method-db.createCollection-options-param.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ description: |2
8080
``noPadding`` flag disables the :ref:`power of 2 sizes allocation
8181
<power-of-2-allocation>` for the collection. With ``noPadding``
8282
flag set to true, the allocation strategy does not include
83-
additional space to accomodate document growth, as such, document
83+
additional space to accommodate document growth, as such, document
8484
growth will result in new allocation. Use for collections with
8585
workloads that are insert-only or in-place updates (such as
8686
incrementing counters).

source/includes/fact-wiredtiger-cachesizegb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The default :setting:`storage.wiredTiger.engineConfig.cacheSizeGB` setting
22
assumes that there is a single :program:`mongod` instance per node. If a single
33
node contains multiple instances, then you should adjust the
4-
:setting:`storage.wiredTiger.engineConfig.cacheSizeGB` setting to accomodate the
4+
:setting:`storage.wiredTiger.engineConfig.cacheSizeGB` setting to accommodate the
55
working set as well as the other :program:`mongod` instances.
66

77
If you run :program:`mongod` in a container (e.g. ``lxc``, ``cgroups``,

source/includes/steps-backup-sharded-cluster-with-snapshots.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ content: |
2626
If your :program:`mongod` has journaling enabled and your journal
2727
and data files are on the same volume, you may skip this step.
2828
29-
If you need to lock the :program:`monogd`, attempt to lock one
29+
If you need to lock the :program:`mongod`, attempt to lock one
3030
secondary member of each replica set in each shard so that your
3131
backups reflect the state of your database at the nearest possible
3232
approximation of a single moment in time.

source/includes/steps-backup-sharded-clusters-dumps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ stepnum: 5
7373
ref: restart-replica-set-members
7474
pre: |
7575
Use :method:`db.fsyncUnlock()` to unlock the locked replica set
76-
members of each shard. Allow these mebers to catch up with the state
76+
members of each shard. Allow these members to catch up with the state
7777
of the primary.
7878
---
7979
title: Re-enable the balancer process.

source/reference/command/serverStatus.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@ section <server-status-example-wiredTiger>` of the
16091609
.. versionadded:: 3.0.0
16101610

16111611
:data:`serverStatus.wiredTiger.async` returns statistics related to
1612-
the ascynchronous operations API. This is unused by MongoDB.
1612+
the asynchronous operations API. This is unused by MongoDB.
16131613

16141614
.. data:: serverStatus.wiredTiger.block-manager
16151615

0 commit comments

Comments
 (0)