chore(chunkstream): minor typo (#58)

This commit is contained in:
Balthazar Gronon 2016-07-06 18:28:57 +02:00 committed by Luke Page
parent e5b4faf258
commit f49e99aa28

View file

@ -97,7 +97,7 @@ ChunkStream.prototype._end = function() {
if (this._reads.length > 0) {
this.emit('error',
new Error('There are some read requests waitng on finished stream')
new Error('There are some read requests waiting on finished stream')
);
}