We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093b527 commit 8d63aa8Copy full SHA for 8d63aa8
src/node_options.h
@@ -232,7 +232,7 @@ class PerProcessOptions : public Options {
232
#endif
233
234
// Per-process because they affect singleton OpenSSL shared library state,
235
- // or are used once during process intialization.
+ // or are used once during process initialization.
236
#if HAVE_OPENSSL
237
std::string openssl_config;
238
std::string tls_cipher_list = DEFAULT_CIPHER_LIST_CORE;
0 commit comments