Skip to content

Commit 854a2a9

Browse files
yashLadhatargos
authored andcommitted
src: fix typo for initialization
PR-URL: #37974 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Pooja D P <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 8476537 commit 854a2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_options.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class PerProcessOptions : public Options {
226226
#endif
227227

228228
// Per-process because they affect singleton OpenSSL shared library state,
229-
// or are used once during process intialization.
229+
// or are used once during process initialization.
230230
#if HAVE_OPENSSL
231231
std::string openssl_config;
232232
std::string tls_cipher_list = DEFAULT_CIPHER_LIST_CORE;

0 commit comments

Comments
 (0)