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 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 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`