summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_libs/cluster.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_libs/cluster.js')
-rw-r--r--jstests/concurrency/fsm_libs/cluster.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/concurrency/fsm_libs/cluster.js b/jstests/concurrency/fsm_libs/cluster.js
index cc3dc0df1c5..be0daa47ff8 100644
--- a/jstests/concurrency/fsm_libs/cluster.js
+++ b/jstests/concurrency/fsm_libs/cluster.js
@@ -493,7 +493,7 @@ var Cluster = function(options) {
res.databases.forEach(dbInfo => {
// Don't perform listCollections on the admin or config database through a mongos
// connection when stepping down the config server primary, because both are stored
- // on the config server, and listCollections may return a not master error if the
+ // on the config server, and listCollections may return a NotPrimaryError if the
// mongos is stale.
//
// TODO SERVER-30949: listCollections through mongos should automatically retry on