We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465bd48 commit cbe7c5cCopy full SHA for cbe7c5c
lib/_tls_common.js
@@ -91,7 +91,7 @@ exports.createSecureContext = function createSecureContext(options, context) {
91
}
92
93
// NOTE: It is important to set the key after the cert.
94
- // `ssl_set_pkey` returns `0` when the key does not much the cert, but
+ // `ssl_set_pkey` returns `0` when the key does not match the cert, but
95
// `ssl_set_cert` returns `1` and nullifies the key in the SSL structure
96
// which leads to the crash later on.
97
if (options.key) {
0 commit comments