summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/db/catalog/multi_index_block.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/catalog/multi_index_block.cpp b/src/mongo/db/catalog/multi_index_block.cpp
index d8ba9d10fe5..11a197094c6 100644
--- a/src/mongo/db/catalog/multi_index_block.cpp
+++ b/src/mongo/db/catalog/multi_index_block.cpp
@@ -189,9 +189,9 @@ StatusWith<std::vector<BSONObj>> MultiIndexBlock::init(OperationContext* opCtx,
for (const auto& info : indexSpecs) {
if (info["background"].isBoolean() && !info["background"].Bool()) {
LOGV2(20383,
- "Ignoring obselete {{ background: false }} index build option because all "
+ "Ignoring obsolete {{ background: false }} index build option because all "
"indexes are built in the background with the hybrid method",
- "Ignoring obselete { background: false } index build option because all "
+ "Ignoring obsolete { background: false } index build option because all "
"indexes are built in the background with the hybrid method");
}
}