diff --git a/test/cctest/test_node_crypto.cc b/test/cctest/test_node_crypto.cc index c0ce5f25496cd3..9d6405a40d90c7 100644 --- a/test/cctest/test_node_crypto.cc +++ b/test/cctest/test_node_crypto.cc @@ -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"