summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngela Anderton Andin <ingela@erlang.org>2014-04-03 14:24:14 +0200
committerIngela Anderton Andin <ingela@erlang.org>2014-04-03 14:24:14 +0200
commit7e9193f2c92d9fadf6c13e799ba75f93a6ce2b9b (patch)
tree6feb2017f4ebd27b92fcf9fbbf73d7b8766cfd84
parent8b6bf00cc43e4e681e082bbda1a66c376f02c7a2 (diff)
parent35b27efd2be593dc203f49b5a02c9f88d5d4f920 (diff)
downloaderlang-7e9193f2c92d9fadf6c13e799ba75f93a6ce2b9b.tar.gz
Merge branch 'ia/public_key/doc-fix'
* ia/public_key/doc-fix: public_key: Fix typo
-rw-r--r--lib/public_key/doc/src/public_key.xml2
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>