Skip to content

Commit 55ce944

Browse files
committed
Correcting mogno -> mongo typo
1 parent e47c083 commit 55ce944

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/tutorial/deploy-replica-set.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ Issue the following command to create the necessary data directories:
5858

5959
Issue the following commands, each in a distinct screen window: ::
6060

61-
mognod --port 27017 --dbpath /srv/mongodb/rs0-0 --replSet rs0
62-
mognod --port 27018 --dbpath /srv/mongodb/rs0-1 --replSet rs0
63-
mognod --port 27019 --dbpath /srv/mongodb/rs2-2 --replSet rs0
61+
mongod --port 27017 --dbpath /srv/mongodb/rs0-0 --replSet rs0
62+
mongod --port 27018 --dbpath /srv/mongodb/rs0-1 --replSet rs0
63+
mongod --port 27019 --dbpath /srv/mongodb/rs2-2 --replSet rs0
6464

6565
These command start members of a replica set named ``rs0``, each
6666
running on a distinct port. Alternatively, if you are already using these

0 commit comments

Comments
 (0)