From 575d6503a94a26f792f93b9a277ae459c4f31aa4 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Mon, 30 Mar 2020 11:18:04 +0530 Subject: [PATCH 1/3] docs(guides): fix typo in maintaining-openssl --- doc/guides/maintaining-openssl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/maintaining-openssl.md b/doc/guides/maintaining-openssl.md index a3d34bbdc6538c..bc17c1cc208b5e 100644 --- a/doc/guides/maintaining-openssl.md +++ b/doc/guides/maintaining-openssl.md @@ -94,7 +94,7 @@ The commit message can be (with the openssl version set to the relevant value): deps: update archs files for OpenSSL-1.1.0 After an OpenSSL source update, all the config files need to be regenerated and - comitted by: + committed by: $ cd deps/openssl/config $ make $ git add deps/openssl/config/archs From 49cc40b66fb889d443e37c5aea55195be1486af4 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Mon, 30 Mar 2020 11:18:49 +0530 Subject: [PATCH 2/3] docs(guides): fix typo in maintaining-zlib --- doc/guides/maintaining-zlib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/maintaining-zlib.md b/doc/guides/maintaining-zlib.md index c293fdf5d40fc6..f60ba4614962ba 100644 --- a/doc/guides/maintaining-zlib.md +++ b/doc/guides/maintaining-zlib.md @@ -22,7 +22,7 @@ Check that Node.js still builds and tests. It may be necessary to update deps/zlib/zlib.gyp if any significant changes have occurred upstream. -## Commiting zlib +## Committing zlib Add zlib: `git add --all deps/zlib` From cdb034c6d6f1520487ddcf28a45d48ec69cc2143 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Mon, 30 Mar 2020 11:19:18 +0530 Subject: [PATCH 3/3] docs(api): fix typo in http2 --- doc/api/http2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http2.md b/doc/api/http2.md index 0e7d47e14fdcec..ceda983559d1ed 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2281,7 +2281,7 @@ changes: * `http2.constants.PADDING_STRATEGY_NONE`: No padding is applied. * `http2.constants.PADDING_STRATEGY_MAX`: The maximum amount of padding, determined by the internal implementation, is applied. - * `http2.constants.PADDING_STRATEGY_ALIGNED`: Attemps to apply enough + * `http2.constants.PADDING_STRATEGY_ALIGNED`: Attempts to apply enough padding to ensure that the total frame length, including the 9-byte header, is a multiple of 8. For each frame, there is a maximum allowed number of padding bytes that is determined by current flow control