Skip to content

Commit 104de8a

Browse files
mhdawsonlpinca
andauthored
Update test/parallel/test-tls-client-mindhsize.js
Co-authored-by: Luigi Pinca <[email protected]>
1 parent b59af13 commit 104de8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-tls-client-mindhsize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function test(size, err, next) {
3737
server.listen(0, function() {
3838
// Client set minimum DH parameter size to 2048 or 3072 bits
3939
// so that it fails when it makes a connection to the tls
40-
// server where is too small
40+
// server where it is too small
4141
const minDHSize = common.hasOpenSSL(3, 2) ? 3072 : 2048;
4242
const client = tls.connect({
4343
minDHSize: minDHSize,

0 commit comments

Comments
 (0)