Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/run.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/run.js b/benchmark/run.js
index 19840662280..c0482486671 100644
--- a/benchmark/run.js
+++ b/benchmark/run.js
@@ -6,7 +6,7 @@ const CLI = require('./_cli.js');
const cli = CLI(`usage: ./node run.js [options] [--] <category> ...
Run each benchmark in the <category> directory a single time, more than one
- <categoty> directory can be specified.
+ <category> directory can be specified.
--filter pattern string to filter benchmark scripts
--set variable=value set benchmark variable (can be repeated)