From adb55100a66753f9f5338568cad17371a4cdefa8 Mon Sep 17 00:00:00 2001 From: Michael Haren Date: Tue, 12 Feb 2013 10:00:46 -0500 Subject: [PATCH] someone accidentally a word --- source/tutorial/deploy-replica-set.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tutorial/deploy-replica-set.txt b/source/tutorial/deploy-replica-set.txt index 788e076f073..aff6d504ec0 100644 --- a/source/tutorial/deploy-replica-set.txt +++ b/source/tutorial/deploy-replica-set.txt @@ -120,7 +120,7 @@ The examples in this procedure create a new replica set named ``rs0``. rs.add(":27019") After these commands return you have a fully functional replica set. - New replica sets elect a :term:`primary` within a seconds. + New replica sets elect a :term:`primary` within a few seconds. #. Check the status of your replica set at any time with the :method:`rs.status()` operation. @@ -243,7 +243,7 @@ To deploy a production replica set: rs.add("mongodb2.example.net") After these commands return you have a fully functional replica set. - New replica sets elect a :term:`primary` within a seconds. + New replica sets elect a :term:`primary` within a few seconds. #. Check the status of your replica set at any time with the :method:`rs.status()` operation.