summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/dur/closeall.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/dur/closeall.js b/jstests/dur/closeall.js
index ca1120d989f..540ef39f5ed 100644
--- a/jstests/dur/closeall.js
+++ b/jstests/dur/closeall.js
@@ -91,7 +91,7 @@ function f(variant, quickCommits, paranoid) {
// Skip this test on 32-bit Windows (unfixable failures in MapViewOfFileEx)
//
-if (_isWIndows() && getBuildInfo().bits == 32 ) {
+if (_isWindows() && getBuildInfo().bits == 32 ) {
print("Skipping closeall.js on 32-bit Windows");
}
else {