Skip to content

Commit e63a25e

Browse files
marsonyadanielleadams
authored andcommitted
lib: fix typo in lib/internal/http2/core.js
PR-URL: #37695 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 4bf1f33 commit e63a25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/internal/http2/core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ class Http2Session extends EventEmitter {
12801280
}
12811281

12821282
// Sets the local window size (local endpoints's window size)
1283-
// Returns 0 if sucess or throw an exception if NGHTTP2_ERR_NOMEM
1283+
// Returns 0 if success or throw an exception if NGHTTP2_ERR_NOMEM
12841284
// if the window allocation fails
12851285
setLocalWindowSize(windowSize) {
12861286
if (this.destroyed)

0 commit comments

Comments
 (0)