Skip to content

Commit 2d52dc3

Browse files
eltociearRaisinTen
authored andcommitted
test: fix typo in test_node_crypto.cc
settting -> setting PR-URL: #37469 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Pooja D P <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent 76a073b commit 2d52dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cctest/test_node_crypto.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This simulates specifying the configuration option --openssl-system-ca-path
2-
// and settting it to a file that does not exist.
2+
// and setting it to a file that does not exist.
33
#define NODE_OPENSSL_SYSTEM_CERT_PATH "/missing/ca.pem"
44

55
#include "crypto/crypto_context.h"

0 commit comments

Comments
 (0)