summaryrefslogtreecommitdiff
path: root/benchmark/compare.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/compare.js')
-rw-r--r--benchmark/compare.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/compare.js b/benchmark/compare.js
index fb179e0e47..94ff19bb56 100644
--- a/benchmark/compare.js
+++ b/benchmark/compare.js
@@ -65,7 +65,7 @@ console.log('"binary", "filename", "configuration", "rate", "time"');
}
conf = conf.slice(1);
- // Escape qoutes (") for correct csv formatting
+ // Escape quotes (") for correct csv formatting
conf = conf.replace(/"/g, '""');
console.log(`"${job.binary}", "${job.filename}", "${conf}", ` +