aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2016-09-28 11:34:49 +0200
committerIngela Anderton Andin <[email protected]>2016-09-28 11:34:49 +0200
commit3feb0124af936aca79169cbad9fe21d26bb693c6 (patch)
treee4cd4342d337dd296d8ef7fcad2f803797e38bd6
parentd18076aa7e7bdf67bd1f799ae78a3ecfcacc3213 (diff)
parent0c38977ebce60e26de368594ca2b1d20f1e1581d (diff)
downloadotp-3feb0124af936aca79169cbad9fe21d26bb693c6.tar.gz
otp-3feb0124af936aca79169cbad9fe21d26bb693c6.tar.bz2
otp-3feb0124af936aca79169cbad9fe21d26bb693c6.zip
Merge branch 'maint'
-rw-r--r--lib/public_key/doc/src/public_key_app.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public_key/doc/src/public_key_app.xml b/lib/public_key/doc/src/public_key_app.xml
index 1f87932b6c..923a9f1dfb 100644
--- a/lib/public_key/doc/src/public_key_app.xml
+++ b/lib/public_key/doc/src/public_key_app.xml
@@ -61,7 +61,7 @@
<section>
<title>DEPENDENCIES</title>
<p>The <c>public_key</c> application uses the
- Crypto application to preform cryptographic operations and the
+ Crypto application to perform cryptographic operations and the
ASN-1 application to handle PKIX-ASN-1 specifications, hence
these applications must be loaded for the <c>public_key</c> application to work.
In an embedded environment this means they must be started with
@@ -72,7 +72,7 @@
<section>
<title>ERROR LOGGER AND EVENT HANDLERS</title>
<p> The <c>public_key</c> application is a library application
- and does not use the error logger. The functions will either sucssed
+ and does not use the error logger. The functions will either succeed
or fail with a runtime error.
</p>
</section>