diff options
author | Ingela Anderton Andin <[email protected]> | 2013-01-17 11:18:30 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-01-17 11:18:30 +0100 |
commit | 1e04dfb1e7398ffd742abccd61cc2644ffbfc146 (patch) | |
tree | 998e239655d3c62ae6b44842ce15d7d2e6580ea3 | |
parent | e4e02fc5abecdb589eda9e3298278ad3d3648854 (diff) | |
download | otp-1e04dfb1e7398ffd742abccd61cc2644ffbfc146.tar.gz otp-1e04dfb1e7398ffd742abccd61cc2644ffbfc146.tar.bz2 otp-1e04dfb1e7398ffd742abccd61cc2644ffbfc146.zip |
public_key: Fix spelling errors
-rw-r--r-- | lib/public_key/doc/src/public_key.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public_key/doc/src/public_key.xml b/lib/public_key/doc/src/public_key.xml index 66c9217579..5864de2d57 100644 --- a/lib/public_key/doc/src/public_key.xml +++ b/lib/public_key/doc/src/public_key.xml @@ -34,8 +34,8 @@ <modulesummary> API module for public key infrastructure.</modulesummary> <description> <p>This module provides functions to handle public key infrastructure. It can - encode/decode different file formats (PEM, openssh), sign and verify digital signatures and vlidate - certificate paths and certificate revokation lists. + encode/decode different file formats (PEM, openssh), sign and verify digital signatures and validate + certificate paths and certificate revocation lists. </p> </description> |