From 9bd3bd1251a4342511142a2cd32ce4a92b39a44c Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 11 Aug 2021 22:35:27 +0900 Subject: [PATCH] [minor] Fix typo (#1929) --- lib/receiver.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/receiver.js b/lib/receiver.js index 2cbb48a7d..fe0703b2d 100644 --- a/lib/receiver.js +++ b/lib/receiver.js @@ -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;