Skip to content

Commit

Permalink
lib: fix typo in lib/internal/http2/core.js
Browse files Browse the repository at this point in the history
PR-URL: #37695
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
marsonya authored and aduh95 committed Mar 13, 2021
1 parent e84e6e7 commit 8c33b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/http2/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ class Http2Session extends EventEmitter {
}

// Sets the local window size (local endpoints's window size)
// Returns 0 if sucess or throw an exception if NGHTTP2_ERR_NOMEM
// Returns 0 if success or throw an exception if NGHTTP2_ERR_NOMEM
// if the window allocation fails
setLocalWindowSize(windowSize) {
if (this.destroyed)
Expand Down

0 comments on commit 8c33b71

Please sign in to comment.