summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/oplog_entry.h')
-rw-r--r--src/mongo/db/repl/oplog_entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/oplog_entry.h b/src/mongo/db/repl/oplog_entry.h
index 7e7d5e03603..51ae9df3d01 100644
--- a/src/mongo/db/repl/oplog_entry.h
+++ b/src/mongo/db/repl/oplog_entry.h
@@ -51,7 +51,7 @@ public:
kDropDatabase,
kEmptyCapped,
kConvertToCapped,
- kCreateIndex,
+ kCreateIndexes,
kDropIndexes
};