summaryrefslogtreecommitdiff
path: root/doc/api/tls.markdown
diff options
context:
space:
mode:
authorsilverwind <silv3rwind@gmail.com>2014-10-24 05:56:07 +0200
committerJulien Gilli <julien.gilli@joyent.com>2014-12-11 23:27:49 -0800
commitd230fa9eb7364edac09f65a27e11718671d8e773 (patch)
tree910b3d8af18d7aa268d341e456c15cd26c2413fa /doc/api/tls.markdown
parent1c031c84d25859cf7896b50996fe7e2f0dab5380 (diff)
downloadnode-d230fa9eb7364edac09f65a27e11718671d8e773.tar.gz
doc: fix typo secureOptions in tls
Documentation mentioned 'securityOptions', where it should have read 'secureOptions'. Fixes #8608. Signed-off-by: Julien Gilli <julien.gilli@joyent.com>
Diffstat (limited to 'doc/api/tls.markdown')
-rw-r--r--doc/api/tls.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown
index cb060cc44..fbd97e88a 100644
--- a/doc/api/tls.markdown
+++ b/doc/api/tls.markdown
@@ -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: