Skip to content

Commit ce7fbbf

Browse files
eltocieartargos
authored andcommitted
test: fix typo in test_node_crypto.cc
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>
1 parent ba319f0 commit ce7fbbf

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)