We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8476537 commit 854a2a9Copy full SHA for 854a2a9
src/node_options.h
@@ -226,7 +226,7 @@ class PerProcessOptions : public Options {
226
#endif
227
228
// Per-process because they affect singleton OpenSSL shared library state,
229
- // or are used once during process intialization.
+ // or are used once during process initialization.
230
#if HAVE_OPENSSL
231
std::string openssl_config;
232
std::string tls_cipher_list = DEFAULT_CIPHER_LIST_CORE;
0 commit comments