From f49e99aa28c9ad45b7280761e7eac430550a2d45 Mon Sep 17 00:00:00 2001 From: Balthazar Gronon Date: Wed, 6 Jul 2016 18:28:57 +0200 Subject: [PATCH] chore(chunkstream): minor typo (#58) --- lib/chunkstream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chunkstream.js b/lib/chunkstream.js index 56719bd..975903c 100644 --- a/lib/chunkstream.js +++ b/lib/chunkstream.js @@ -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') ); }