diff --git a/scripts/mocha-parallel.js b/scripts/mocha-parallel.js index adba8ebf57c..159dd630cc2 100644 --- a/scripts/mocha-parallel.js +++ b/scripts/mocha-parallel.js @@ -43,7 +43,7 @@ function discoverTests(run, options, cb) { p.on("exit", function (status) { if (status) { - cb(new Error("Process exited width code " + status)); + cb(new Error("Process exited with code " + status)); } else { cb();