Skip to content

Commit 2138af9

Browse files
author
Brandon Diamond
committed
DOCS-141 DOCS-146: additional comments on mongooplog
1 parent 2f63772 commit 2138af9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/reference/mongooplog.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Synopsis
1414
--------
1515

16-
:program:`mongooplog` is a simple tool that polls operations from
16+
:program:`mongooplog` is a simple tool that polls operations from
1717
the :term:`replication` :term:`oplog` of a remote server, and applies
1818
them to the local server. This capability supports certain classes of
1919
real-time migrations that require that the source server remain online
@@ -89,6 +89,8 @@ Options
8989
You can always connect directly to a single :program:`mongod`
9090
instance by specifying the host and port number directly.
9191

92+
TODO second paragraph typo ("targetn")
93+
9294
.. option:: --port
9395

9496
Specifies the port number of the :program:`mongod` instance where
@@ -118,6 +120,8 @@ Options
118120
in conjunction with the :option:`--username <mongooplog --username>`
119121
option to supply a username.
120122

123+
TODO copypaste
124+
121125
.. option:: --dbpath <path>
122126

123127
Specifies a directory, containing MongoDB data files, to which
@@ -252,7 +256,7 @@ running on the *target* host. Consider the following example:
252256
253257
Here, :program:`mongooplog` imports :term:`oplog` operations from the
254258
:program:`mongod` host connected to port ``27017``. This migrates
255-
operations to the MognoDB data files stored in the ``/srv/mongodb``
259+
operations to the MongoDB data files stored in the ``/srv/mongodb``
256260
directory. Additionally :program:`mongooplog` will use the durability
257261
:term:`journal` to ensure that the data files remain in a consistent
258262
state.

0 commit comments

Comments
 (0)