Skip to content

Commit 9bd3bd1

Browse files
authored
[minor] Fix typo (#1929)
1 parent 1e938f1 commit 9bd3bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/receiver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ class Receiver extends Writable {
427427

428428
if (data.length) {
429429
//
430-
// This message is not compressed so its lenght is the sum of the payload
430+
// This message is not compressed so its length is the sum of the payload
431431
// length of all fragments.
432432
//
433433
this._messageLength = this._totalPayloadLength;

0 commit comments

Comments
 (0)