summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierlauro Sciarelli <pierlauro.sciarelli@mongodb.com>2021-06-01 13:57:01 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-01 14:51:47 +0000
commit99b0e4697844265cc430c4045aba2c89882b34d0 (patch)
treec37b7f7e742f701ed210c6f0d2444cd8490b1910
parent8ae3c7b68d9498ced22d966d00b30f3fada71c6e (diff)
downloadmongo-99b0e4697844265cc430c4045aba2c89882b34d0.tar.gz
SERVER-57320 Correct typo: "registerReceiveChink" -> "registerReceiveChunk"
-rw-r--r--src/mongo/db/s/active_migrations_registry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/active_migrations_registry.cpp b/src/mongo/db/s/active_migrations_registry.cpp
index 328f052728d..18f2b3dbf47 100644
--- a/src/mongo/db/s/active_migrations_registry.cpp
+++ b/src/mongo/db/s/active_migrations_registry.cpp
@@ -149,7 +149,7 @@ StatusWith<ScopedReceiveChunk> ActiveMigrationsRegistry::registerReceiveChunk(
if (_activeMoveChunkState) {
LOGV2(5004701,
- "registerReceiveChink ",
+ "registerReceiveChunk ",
"currentKeys"_attr = ChunkRange(_activeMoveChunkState->args.getMinKey(),
_activeMoveChunkState->args.getMaxKey())
.toString(),