summaryrefslogtreecommitdiff
path: root/docs/primary_only_service.md
diff options
context:
space:
mode:
authorTyler Seip <Tyler.Seip@mongodb.com>2021-03-19 18:28:46 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-23 17:37:22 +0000
commit8c463d0aa0cce19073210d274dcbb04c156dc802 (patch)
tree831640a2819370a0dc3641b02da5adad23e651a7 /docs/primary_only_service.md
parentf447e57dd2c5dbb39feef9cfe071ff1cc1de54d5 (diff)
downloadmongo-8c463d0aa0cce19073210d274dcbb04c156dc802.tar.gz
SERVER-53230: Rename cancelation -> cancellation everywhere
Diffstat (limited to 'docs/primary_only_service.md')
-rw-r--r--docs/primary_only_service.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/primary_only_service.md b/docs/primary_only_service.md
index 36660b141a1..415d9da5100 100644
--- a/docs/primary_only_service.md
+++ b/docs/primary_only_service.md
@@ -91,7 +91,7 @@ Instance is explicitly interrupted, so that it can unblock any work running on t
*not* a part of an executor owned by the PrimaryOnlyService that are dependent on that Instance
signaling them (e.g. commands that are waiting on the Instance to reach a certain state). Currently
this happens via a call to an interrupt() method that each Instance must override, but in the future
-this is likely to change to signaling a CancelationToken owned by the Instance instead.
+this is likely to change to signaling a CancellationToken owned by the Instance instead.
## Instance lifetime