From 55ce9443558420832fe95841eaec3643407e91e1 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Tue, 1 May 2012 17:37:28 +0200 Subject: [PATCH] Correcting mogno -> mongo typo --- source/tutorial/deploy-replica-set.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/tutorial/deploy-replica-set.txt b/source/tutorial/deploy-replica-set.txt index f6926e0e27f..50826fd53c5 100644 --- a/source/tutorial/deploy-replica-set.txt +++ b/source/tutorial/deploy-replica-set.txt @@ -58,9 +58,9 @@ Issue the following command to create the necessary data directories: Issue the following commands, each in a distinct screen window: :: - mognod --port 27017 --dbpath /srv/mongodb/rs0-0 --replSet rs0 - mognod --port 27018 --dbpath /srv/mongodb/rs0-1 --replSet rs0 - mognod --port 27019 --dbpath /srv/mongodb/rs2-2 --replSet rs0 + mongod --port 27017 --dbpath /srv/mongodb/rs0-0 --replSet rs0 + mongod --port 27018 --dbpath /srv/mongodb/rs0-1 --replSet rs0 + mongod --port 27019 --dbpath /srv/mongodb/rs2-2 --replSet rs0 These command start members of a replica set named ``rs0``, each running on a distinct port. Alternatively, if you are already using these