summaryrefslogtreecommitdiff
path: root/doc/api/tls.markdown
diff options
context:
space:
mode:
authorKyle Robinson Young <kyle@dontkry.com>2013-03-28 16:16:12 -0700
committerBen Noordhuis <info@bnoordhuis.nl>2013-04-01 18:44:02 +0200
commit889fec3cc89392839f6e5ad342a9666d73b4a6f4 (patch)
treef2c47386ebf795d76694c40515994f27207c6449 /doc/api/tls.markdown
parent840a29fc0fd256a63b3f2f5e7528de5107a608a3 (diff)
downloadnode-new-889fec3cc89392839f6e5ad342a9666d73b4a6f4.tar.gz
doc: typo fixes
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 9bea27d016..d99507cdcf 100644
--- a/doc/api/tls.markdown
+++ b/doc/api/tls.markdown
@@ -164,7 +164,7 @@ automatically set as a listener for the [secureConnection][] event. The
SecureContext). If `SNICallback` wasn't provided - default callback with
high-level API will be used (see below).
- - `sessionTimeout`: An integer specifiying the seconds after which TLS
+ - `sessionTimeout`: An integer specifying the seconds after which TLS
session identifiers and TLS session tickets created by the server are
timed out. See [SSL_CTX_set_timeout] for more details.