Skip to content

Commit 9aeba48

Browse files
NathanBaulchtargos
authored andcommittedOct 4, 2024
test: fix typos
PR-URL: #55063 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent 86f7cb8 commit 9aeba48

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+43
-43
lines changed
 

‎test/addons/non-node-context/test-make-buffer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const {
66
makeBufferInNewContext,
77
} = require(`./build/${common.buildType}/binding`);
88

9-
// Because the `Buffer` function and its protoype property only (currently)
9+
// Because the `Buffer` function and its prototype property only (currently)
1010
// exist in a Node.js instance’s main context, trying to create buffers from
1111
// another context throws an exception.
1212
assert.throws(

‎test/addons/openssl-providers/providers.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const { getProviders } = require(`./build/${common.buildType}/binding`);
1313

1414
// For the providers defined here, the expectation is that the listed ciphers
1515
// and hash algorithms are only provided by the named provider. These are for
16-
// basic checks and are not intended to list evey cipher or hash algorithm
16+
// basic checks and are not intended to list every cipher or hash algorithm
1717
// supported by the provider.
1818
const providers = {
1919
'default': {

0 commit comments

Comments
 (0)
Please sign in to comment.