summaryrefslogtreecommitdiff
path: root/benchmark/fs/read-stream-throughput.js
diff options
context:
space:
mode:
authorMatthew Aynalem <maynalem@gmail.com>2013-08-12 15:01:05 -0700
committerisaacs <i@izs.me>2013-08-19 16:42:16 -0700
commitc171c490f2d850f63a37496bc7b31855193ce298 (patch)
tree1b94b3c1013b1a720b648bd18ae4e644b5fd5441 /benchmark/fs/read-stream-throughput.js
parent5555318bf375a3edc17179b09b0bff1bfa9b6253 (diff)
downloadandroid-node-v8-c171c490f2d850f63a37496bc7b31855193ce298.tar.gz
android-node-v8-c171c490f2d850f63a37496bc7b31855193ce298.tar.bz2
android-node-v8-c171c490f2d850f63a37496bc7b31855193ce298.zip
fixes #6031 spelling errors
explictly => explicitly accesss => access througput => throughput epxression => expression communiction => communication becuase => because repersent => represent condonitions => conditions decompresion => decompression intentially => intentionally eventes => events listning => listening resicved => received becuase => because fundimental => fundamental colapse => collapse privlages => privileges sufficently => sufficiently hapepns => happens expliclitly => explicitly thier => their shold => should
Diffstat (limited to 'benchmark/fs/read-stream-throughput.js')
-rw-r--r--benchmark/fs/read-stream-throughput.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/fs/read-stream-throughput.js b/benchmark/fs/read-stream-throughput.js
index af9a235b91..45582e9e62 100644
--- a/benchmark/fs/read-stream-throughput.js
+++ b/benchmark/fs/read-stream-throughput.js
@@ -1,4 +1,4 @@
-// test the througput of the fs.WriteStream class.
+// test the throughput of the fs.WriteStream class.
var path = require('path');
var common = require('../common.js');