Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit d230fa9

Browse files
silverwindJulien Gilli
authored and
Julien Gilli
committed
doc: fix typo secureOptions in tls
Documentation mentioned 'securityOptions', where it should have read 'secureOptions'. Fixes #8608. Signed-off-by: Julien Gilli <[email protected]>
1 parent 1c031c8 commit d230fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/tls.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ and SSLv2 by setting the `secureOptions` to be
5959
`SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2` (again, unless you have passed
6060
`--enable-ssl3`, or `--enable-ssl2`, or `SSLv3_method` as `secureProtocol`).
6161

62-
If you have set `securityOptions` to anything, we will not override your
62+
If you have set `secureOptions` to anything, we will not override your
6363
options.
6464

6565
The ramifications of this behavior change:

0 commit comments

Comments
 (0)