Skip to content

Commit e9e9863

Browse files
tomhallamtniessen
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 5ebfaa8 commit e9e9863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/internal/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ E('ERR_TLS_HANDSHAKE_TIMEOUT', 'TLS handshake timeout');
466466
E('ERR_TLS_RENEGOTIATION_FAILED', 'Failed to renegotiate');
467467
E('ERR_TLS_REQUIRED_SERVER_NAME',
468468
'"servername" is required parameter for Server.addContext');
469-
E('ERR_TLS_SESSION_ATTACK', 'TSL session renegotiation attack detected');
469+
E('ERR_TLS_SESSION_ATTACK', 'TLS session renegotiation attack detected');
470470
E('ERR_TRANSFORM_ALREADY_TRANSFORMING',
471471
'Calling transform done when still transforming');
472472
E('ERR_TRANSFORM_WITH_LENGTH_0',

0 commit comments

Comments
 (0)