Skip to content

Commit 9c2f24e

Browse files
tomhallamMylesBorins
authored andcommitted
errors: fix typo in TLS_SESSION_ATTACK message
PR-URL: #17388 Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent e3df569 commit 9c2f24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/errors.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ E('ERR_TLS_HANDSHAKE_TIMEOUT', 'TLS handshake timeout');
341341
E('ERR_TLS_RENEGOTIATION_FAILED', 'Failed to renegotiate');
342342
E('ERR_TLS_REQUIRED_SERVER_NAME',
343343
'"servername" is required parameter for Server.addContext');
344-
E('ERR_TLS_SESSION_ATTACK', 'TSL session renegotiation attack detected');
344+
E('ERR_TLS_SESSION_ATTACK', 'TLS session renegotiation attack detected');
345345
E('ERR_TRANSFORM_ALREADY_TRANSFORMING',
346346
'Calling transform done when still transforming');
347347
E('ERR_TRANSFORM_WITH_LENGTH_0',

0 commit comments

Comments
 (0)