From 2a675b33948f2b07f84321146fe5bbd9780e024b Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Sun, 30 Apr 2023 02:04:00 +0900 Subject: fix typo --- core/websock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/websock.js b/core/websock.js index 37b33fc..e07e31b 100644 --- a/core/websock.js +++ b/core/websock.js @@ -293,7 +293,7 @@ export default class Websock { // e.g. compacting. // The function also expands the receive que if needed, and for // performance reasons we combine these two actions to avoid - // unneccessary copying. + // unnecessary copying. _expandCompactRQ(minFit) { // if we're using less than 1/8th of the buffer even with the incoming bytes, compact in place // instead of resizing -- cgit v1.2.1