diff options
author | Ingela Anderton Andin <[email protected]> | 2014-04-03 14:20:31 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-04-03 14:20:31 +0200 |
commit | 35b27efd2be593dc203f49b5a02c9f88d5d4f920 (patch) | |
tree | a8a6d81063af2667dac0e49dee82ed5c0f590da5 /lib/public_key | |
parent | a6f1a39b615885c2ee4cef53c2deaa996aad3f78 (diff) | |
download | otp-35b27efd2be593dc203f49b5a02c9f88d5d4f920.tar.gz otp-35b27efd2be593dc203f49b5a02c9f88d5d4f920.tar.bz2 otp-35b27efd2be593dc203f49b5a02c9f88d5d4f920.zip |
public_key: Fix typo
Diffstat (limited to 'lib/public_key')
-rw-r--r-- | lib/public_key/doc/src/public_key.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public_key/doc/src/public_key.xml b/lib/public_key/doc/src/public_key.xml index 172a2faba0..8e93f562d4 100644 --- a/lib/public_key/doc/src/public_key.xml +++ b/lib/public_key/doc/src/public_key.xml @@ -533,7 +533,7 @@ fun(#'DistributionPoint'{}, #'CertificateList'{}, {rdnSequence,[#'AttributeTypeAndValue'{}]}, term()) -> {ok, #'OTPCertificate'{}, [der_encoded]}</code> - <p>The fun should return the Root certificate and certificate chain + <p>The fun should return the root certificate and certificate chain that has signed the CRL. </p> <code> fun(DP, CRL, Issuer, UserState) -> {ok, RootCert, CertChain}</code> |