Skip to content

Commit

Permalink
test: fix typo in test_node_crypto.cc
Browse files Browse the repository at this point in the history
settting -> setting

PR-URL: nodejs#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]>
  • Loading branch information
eltociear authored and RaisinTen committed Feb 24, 2021
1 parent 76a073b commit 2d52dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cctest/test_node_crypto.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This simulates specifying the configuration option --openssl-system-ca-path
// and settting it to a file that does not exist.
// and setting it to a file that does not exist.
#define NODE_OPENSSL_SYSTEM_CERT_PATH "/missing/ca.pem"

#include "crypto/crypto_context.h"
Expand Down

0 comments on commit 2d52dc3

Please sign in to comment.