aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitnitdit <[email protected]>2017-12-19 13:24:54 +0800
committerbitnitdit <[email protected]>2017-12-19 13:24:54 +0800
commit4f0e11ea4080bd235f7a763de0ea0a95c7707b79 (patch)
tree8daaa46b1cdf1ead82ea0e71f21c584c13483402
parent6c7bc33453090db7f2853d8778290f51f548ddaa (diff)
downloadotp-4f0e11ea4080bd235f7a763de0ea0a95c7707b79.tar.gz
otp-4f0e11ea4080bd235f7a763de0ea0a95c7707b79.tar.bz2
otp-4f0e11ea4080bd235f7a763de0ea0a95c7707b79.zip
Remove one of the duplicate word "use"
-rw-r--r--lib/ssl/doc/src/ssl_introduction.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/ssl_introduction.xml b/lib/ssl/doc/src/ssl_introduction.xml
index d3e39dbb01..25b05a769d 100644
--- a/lib/ssl/doc/src/ssl_introduction.xml
+++ b/lib/ssl/doc/src/ssl_introduction.xml
@@ -36,7 +36,7 @@
<title>Purpose</title>
<p>Transport Layer Security (TLS) and its predecessor, the Secure
Sockets Layer (SSL), are cryptographic protocols designed to
- provide communications security over a computer network. The protocols use
+ provide communications security over a computer network. The protocols
use X.509 certificates and hence public key (asymmetric) cryptography to
authenticate the counterpart with whom they communicate,
and to exchange a symmetric key for payload encryption. The protocol provides