summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2020-09-30 19:08:18 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-01 00:00:38 +0000
commit5ed3f46d7bc27a909a82bb9d469730300b2e1e60 (patch)
tree28d766c22cf1ebf6a9b88acf0c92ba17253854bb
parent4c7f5509b77cac90f3c1b39b08f17d8b5d3243a8 (diff)
downloadmongo-5ed3f46d7bc27a909a82bb9d469730300b2e1e60.tar.gz
SERVER-51238 fix typo in js test
-rw-r--r--jstests/replsets/rollback_waits_for_bgindex_completion.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/rollback_waits_for_bgindex_completion.js b/jstests/replsets/rollback_waits_for_bgindex_completion.js
index 31accbacaf1..33c0544e5e4 100644
--- a/jstests/replsets/rollback_waits_for_bgindex_completion.js
+++ b/jstests/replsets/rollback_waits_for_bgindex_completion.js
@@ -36,7 +36,7 @@ function CommonOps(node) {
const testColl = testDB.getCollection(collName);
assert.commandWorked(testColl.insert({a: 1}));
- // Puase all index builds.
+ // Pause all index builds.
IndexBuildTest.pauseIndexBuilds(node);
jsTestLog("Starting background index build in parallel shell.");