Skip to content

Commit 514bb1f

Browse files
kevinAlbskay-kim
authored andcommitted
fix typos caught by spell checker
1 parent 9b22cbf commit 514bb1f

18 files changed

+19
-19
lines changed

source/administration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ MongoDB.
2121
.. admin-introduction-end
2222

2323
.. seealso:: The MongoDB Manual contains administrative documentation
24-
and tutorials thoughout several sections. See
24+
and tutorials throughout several sections. See
2525
:doc:`/administration/replica-sets` and
2626
:doc:`/sharding` for additional tutorials and
2727
information.

source/core/index-case-insensitive.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ benefits of indexes.
5353
To use an index that specifies a collation, query and sort operations
5454
must specify the same collation as the index. If a collection has
5555
defined a collation, all queries and indexes inherit that collation
56-
unless they explictly specify a different collation.
56+
unless they explicitly specify a different collation.
5757

5858
Examples
5959
--------

source/core/read-isolation-consistency-recency.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ These guarantees hold across all members of the MongoDB deployment.
183183
outside the session. If a concurrent write operation interleaves
184184
between the session's write and read operations, the session's
185185
read operation may return results that reflect a write operation
186-
that occured *after* the session's write operation.
186+
that occurred *after* the session's write operation.
187187

188188
Operations can be causally consistent across different sessions.
189189
MongoDB drivers and the :program:`mongo` shell provide the methods

source/core/replica-set-elections.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Vetoes in Elections
107107
.. versionchanged:: 3.2
108108

109109
The :rsconf:`protocolVersion: 1 <protocolVersion>` obviates the need
110-
for vetos. The following veto discussion applies to replica sets
110+
for vetoes. The following veto discussion applies to replica sets
111111
that use the older :rsconf:`protocolVersion: 0 <protocolVersion>`.
112112

113113
For replica sets using :rsconf:`protocolVersion: 0 <protocolVersion>`,

source/includes/extracts-collation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ content: |
1616
If you specify a collation at the collection level:
1717
1818
- Indexes on that collection will be created with that collation unless
19-
the index creation operation explictly specify a different collation.
19+
the index creation operation explicitly specify a different collation.
2020
2121
- Operations on that collection use the collection's default
22-
collation unless they explictly specify a different collation.
22+
collation unless they explicitly specify a different collation.
2323
2424
.. include:: /includes/extracts/collation-single-per-operation.rst
2525
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Starting in MongoDB 3.6, arbiters have priority ``0``. When you upgrade
2-
a replica set to MongoDB 3.6, if the exisiting configuration has an
2+
a replica set to MongoDB 3.6, if the existing configuration has an
33
arbiter with priority ``1``, MongoDB 3.6 reconfigures the arbiter to
44
have priority ``0``.

source/includes/limits-sharding-existing-collection-data-size.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ collection size.
2323
megabyte.
2424

2525
If ``maxCollectionSize`` is less than or nearly equal to the target
26-
collection, increase the chunk size to ensure sucessful initial sharding.
26+
collection, increase the chunk size to ensure successful initial sharding.
2727
If there is doubt as to whether the result of the calculation is too
2828
'close' to the target collection size, it is likely better to increase the
2929
chunk size.

source/reference/command/balancerStatus.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following is an example of a document returned by the command:
7676

7777
* - ``"numBalancerRounds"``
7878

79-
- The number of balancer rounds which have occured since the
79+
- The number of balancer rounds which have occurred since the
8080
config servers were started. This value is not persisted and is
8181
reset to 0 upon restart of the config servers.
8282

source/reference/command/buildInfo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ These fields are stable and should provide consistent behavior.
8989

9090
.. versionadded:: 3.2
9191

92-
A list of :doc:`storage engines </faq/storage>` avilable to the
92+
A list of :doc:`storage engines </faq/storage>` available to the
9393
:program:`mongod` server.
9494

9595
.. data:: buildInfo.javascriptEngine

source/reference/command/create.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ the following privilege to run the :dbcommand:`create` command:
8282

8383
* - Create a capped collection
8484

85-
- :authaction:`convertToCapped` for the colleciton
85+
- :authaction:`convertToCapped` for the collection
8686

8787

8888
:authaction:`createCollection` in the database

0 commit comments

Comments
 (0)