docs: fix typo in tls API docs

v0.7.4-release
Ben Noordhuis 2011-08-07 23:30:03 +02:00
parent ad31e5af56
commit 54bb53bf32
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ client has verified by one of the supplied certificate authorities for the
server. If `cleartextStream.authorized` is false, then
`cleartextStream.authorizationError` is set to describe how authorization
failed. Implied but worth mentioning: depending on the settings of the TLS
server, you unauthorized connections may be accepted.
server, unauthorized connections may be accepted.
#### server.listen(port, [host], [callback])