Skip to content

Commit

Permalink
src: fix typo for initialization
Browse files Browse the repository at this point in the history
PR-URL: #37974
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
yashLadha authored and targos committed May 1, 2021
1 parent 8476537 commit 854a2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_options.h
Expand Up @@ -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;
Expand Down

0 comments on commit 854a2a9

Please sign in to comment.