diff --git a/src/node_options.h b/src/node_options.h index 0a5aef792d051f..c9624c04a6eff1 100644 --- a/src/node_options.h +++ b/src/node_options.h @@ -226,7 +226,7 @@ class PerProcessOptions : public Options { #endif // Per-process because they affect singleton OpenSSL shared library state, - // or are used once during process intialization. + // or are used once during process initialization. #if HAVE_OPENSSL std::string openssl_config; std::string tls_cipher_list = DEFAULT_CIPHER_LIST_CORE;