aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/doc/src/ssl_protocol.xml
diff options
context:
space:
mode:
authorChristian von Roques <[email protected]>2011-08-08 13:01:57 +0200
committerHenrik Nord <[email protected]>2011-08-08 14:47:46 +0200
commit89ca4daa2eb4b928387133b0a9c60f55adea267d (patch)
treedf2b7594c17ed2228c2de39db018488197a6f2be /lib/ssl/doc/src/ssl_protocol.xml
parentc43247746c9a8713980a07f4ede52c28d7670e02 (diff)
downloadotp-89ca4daa2eb4b928387133b0a9c60f55adea267d.tar.gz
otp-89ca4daa2eb4b928387133b0a9c60f55adea267d.tar.bz2
otp-89ca4daa2eb4b928387133b0a9c60f55adea267d.zip
replace "a ssl" with "an ssl"
Diffstat (limited to 'lib/ssl/doc/src/ssl_protocol.xml')
-rw-r--r--lib/ssl/doc/src/ssl_protocol.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssl/doc/src/ssl_protocol.xml b/lib/ssl/doc/src/ssl_protocol.xml
index 6936408881..ca5cc8bc7a 100644
--- a/lib/ssl/doc/src/ssl_protocol.xml
+++ b/lib/ssl/doc/src/ssl_protocol.xml
@@ -31,11 +31,11 @@
</p>
<p>By default erlang ssl is run over the TCP/IP protocol even
- though you could plug in an other reliable transport protocol
+ though you could plug in any other reliable transport protocol
with the same API as gen_tcp.</p>
<p>If a client and server wants to use an upgrade mechanism, such as
- defined by RFC2817, to upgrade a regular TCP/IP connection to a ssl
+ defined by RFC2817, to upgrade a regular TCP/IP connection to an ssl
connection the erlang ssl API supports this. This can be useful for
things such as supporting HTTP and HTTPS on the same port and
implementing virtual hosting.