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: #37469
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
  • Loading branch information
eltociear authored and targos committed Feb 28, 2021
1 parent ba319f0 commit ce7fbbf
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 ce7fbbf

Please sign in to comment.