diff options
author | Tyler Seip <Tyler.Seip@mongodb.com> | 2021-03-19 18:28:46 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-03-23 17:37:22 +0000 |
commit | 8c463d0aa0cce19073210d274dcbb04c156dc802 (patch) | |
tree | 831640a2819370a0dc3641b02da5adad23e651a7 /src/mongo/db/repl/tenant_migration_util.h | |
parent | f447e57dd2c5dbb39feef9cfe071ff1cc1de54d5 (diff) | |
download | mongo-8c463d0aa0cce19073210d274dcbb04c156dc802.tar.gz |
SERVER-53230: Rename cancelation -> cancellation everywhere
Diffstat (limited to 'src/mongo/db/repl/tenant_migration_util.h')
-rw-r--r-- | src/mongo/db/repl/tenant_migration_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/tenant_migration_util.h b/src/mongo/db/repl/tenant_migration_util.h index dfa288d913c..04cf2245048 100644 --- a/src/mongo/db/repl/tenant_migration_util.h +++ b/src/mongo/db/repl/tenant_migration_util.h @@ -152,7 +152,7 @@ ExecutorFuture<void> markExternalKeysAsGarbageCollectable( std::shared_ptr<executor::ScopedTaskExecutor> executor, std::shared_ptr<executor::TaskExecutor> parentExecutor, UUID migrationId, - const CancelationToken& token); + const CancellationToken& token); /** * Creates a view on the oplog that allows a tenant migration recipient to fetch retryable writes |