Skip to content

Commit 8d63aa8

Browse files
yashLadhaRaisinTen
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 093b527 commit 8d63aa8

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
@@ -232,7 +232,7 @@ class PerProcessOptions : public Options {
232232
#endif
233233

234234
// Per-process because they affect singleton OpenSSL shared library state,
235-
// or are used once during process intialization.
235+
// or are used once during process initialization.
236236
#if HAVE_OPENSSL
237237
std::string openssl_config;
238238
std::string tls_cipher_list = DEFAULT_CIPHER_LIST_CORE;

0 commit comments

Comments
 (0)