From d230fa9eb7364edac09f65a27e11718671d8e773 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 24 Oct 2014 05:56:07 +0200 Subject: [PATCH] doc: fix typo secureOptions in tls Documentation mentioned 'securityOptions', where it should have read 'secureOptions'. Fixes #8608. Signed-off-by: Julien Gilli --- doc/api/tls.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown index cb060cc448f..fbd97e88a65 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: