We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf1f33 commit e63a25eCopy full SHA for e63a25e
lib/internal/http2/core.js
@@ -1280,7 +1280,7 @@ class Http2Session extends EventEmitter {
1280
}
1281
1282
// Sets the local window size (local endpoints's window size)
1283
- // Returns 0 if sucess or throw an exception if NGHTTP2_ERR_NOMEM
+ // Returns 0 if success or throw an exception if NGHTTP2_ERR_NOMEM
1284
// if the window allocation fails
1285
setLocalWindowSize(windowSize) {
1286
if (this.destroyed)
0 commit comments