Skip to content

Commit 9461845

Browse files
juancho1dougwilson
authored andcommitted
Fix typo in code comment
closes #67
1 parent 0855509 commit 9461845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function compression(options) {
192192
? zlib.createGzip(opts)
193193
: zlib.createDeflate(opts)
194194

195-
// add bufferred listeners to stream
195+
// add buffered listeners to stream
196196
addListeners(stream, stream.on, listeners)
197197

198198
// header fields

0 commit comments

Comments
 (0)