Skip to content

Commit

Permalink
[minor] Fix typo (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Aug 11, 2021
1 parent 1e938f1 commit 9bd3bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/receiver.js
Expand Up @@ -427,7 +427,7 @@ class Receiver extends Writable {

if (data.length) {
//
// This message is not compressed so its lenght is the sum of the payload
// This message is not compressed so its length is the sum of the payload
// length of all fragments.
//
this._messageLength = this._totalPayloadLength;
Expand Down

0 comments on commit 9bd3bd1

Please sign in to comment.