From 6c0c35adbda96aee618a4e1b51bf0ea65a8366db Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Sat, 23 Feb 2013 09:11:59 -0500 Subject: [PATCH] minor: copy edit of replica-sets.txt --- source/administration/replica-sets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/administration/replica-sets.txt b/source/administration/replica-sets.txt index 832934ed4e0..ce7ee735264 100644 --- a/source/administration/replica-sets.txt +++ b/source/administration/replica-sets.txt @@ -1137,7 +1137,7 @@ Consider the following error in :program:`mongod` output and logs: replSet error fatal couldn't query the local local.oplog.rs collection. Terminating mongod after 30 seconds. [rsStart] bad replSet oplog entry? -The most often cause of this error is wrongly typed value for the +The most often cause of this error is that the ``ts`` field in the last :term:`oplog` entry might be of the wrong data type. The correct data type is Timestamp.