From c474f8898755c827187da2e8e4196dec3c48e6c4 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Sat, 17 Jun 2017 15:11:45 +0200 Subject: lib: fix typos PR-URL: https://github.com/nodejs/node/pull/13741 Reviewed-By: Colin Ihrig Reviewed-By: Roman Reiss Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Gibson Fahnestock --- lib/tls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tls.js') diff --git a/lib/tls.js b/lib/tls.js index 748ab6fefba..2247bb9ee56 100644 --- a/lib/tls.js +++ b/lib/tls.js @@ -32,7 +32,7 @@ const { isUint8Array } = process.binding('util'); // Allow {CLIENT_RENEG_LIMIT} client-initiated session renegotiations // every {CLIENT_RENEG_WINDOW} seconds. An error event is emitted if more -// renegotations are seen. The settings are applied to all remote client +// renegotiations are seen. The settings are applied to all remote client // connections. exports.CLIENT_RENEG_LIMIT = 3; exports.CLIENT_RENEG_WINDOW = 600; -- cgit v1.2.3