diff options
author | Magnus Henoch <[email protected]> | 2016-09-27 15:42:38 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2016-09-27 15:42:38 +0100 |
commit | 5db72d2343821a8b942c7f9e61d3d3577e0a7746 (patch) | |
tree | a884c56ad522b40b67515879266aedb7b5a8fd07 /lib/public_key | |
parent | cf78babce57e93ad733cd51c3f4891c99aa9ee1e (diff) | |
download | otp-5db72d2343821a8b942c7f9e61d3d3577e0a7746.tar.gz otp-5db72d2343821a8b942c7f9e61d3d3577e0a7746.tar.bz2 otp-5db72d2343821a8b942c7f9e61d3d3577e0a7746.zip |
Fix typos in public_key_app.xml
Diffstat (limited to 'lib/public_key')
-rw-r--r-- | lib/public_key/doc/src/public_key_app.xml | 4 |
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> |