diff options
author | Ingela Anderton Andin <[email protected]> | 2014-04-03 14:24:14 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-04-03 14:24:14 +0200 |
commit | 7e9193f2c92d9fadf6c13e799ba75f93a6ce2b9b (patch) | |
tree | 6feb2017f4ebd27b92fcf9fbbf73d7b8766cfd84 /lib | |
parent | 8b6bf00cc43e4e681e082bbda1a66c376f02c7a2 (diff) | |
parent | 35b27efd2be593dc203f49b5a02c9f88d5d4f920 (diff) | |
download | otp-7e9193f2c92d9fadf6c13e799ba75f93a6ce2b9b.tar.gz otp-7e9193f2c92d9fadf6c13e799ba75f93a6ce2b9b.tar.bz2 otp-7e9193f2c92d9fadf6c13e799ba75f93a6ce2b9b.zip |
Merge branch 'ia/public_key/doc-fix'
* ia/public_key/doc-fix:
public_key: Fix typo
Diffstat (limited to 'lib')
-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> |