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

Commit

Permalink
doc: fix typo secureOptions in tls
Browse files Browse the repository at this point in the history
Documentation mentioned 'securityOptions', where it should have read
'secureOptions'.

Fixes #8608.

Signed-off-by: Julien Gilli <[email protected]>
  • Loading branch information
silverwind authored and Julien Gilli committed Dec 12, 2014
1 parent 1c031c8 commit d230fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ and SSLv2 by setting the `secureOptions` to be
`SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2` (again, unless you have passed
`--enable-ssl3`, or `--enable-ssl2`, or `SSLv3_method` as `secureProtocol`).

If you have set `securityOptions` to anything, we will not override your
If you have set `secureOptions` to anything, we will not override your
options.

The ramifications of this behavior change:
Expand Down

0 comments on commit d230fa9

Please sign in to comment.