aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-10-10 14:17:58 +0200
committerFredrik Gustafsson <[email protected]>2013-10-10 14:17:58 +0200
commitad0e13a4e535a22db786c5f4ae24dfe220b959e4 (patch)
treea5f8a8d9f6b00c25ead36f432106f384a7dc784f /lib/public_key
parent3abf1b5ef82478b152581152ad3ec749e8b7edaa (diff)
parent255d5450280c30b8e8f83d79281abd1fbadcfa02 (diff)
downloadotp-ad0e13a4e535a22db786c5f4ae24dfe220b959e4.tar.gz
otp-ad0e13a4e535a22db786c5f4ae24dfe220b959e4.tar.bz2
otp-ad0e13a4e535a22db786c5f4ae24dfe220b959e4.zip
Merge branch 'ztmr/fix_public_key_doc/OTP-11380' into maint
* ztmr/fix_public_key_doc/OTP-11380: fix a little typo in public_key documentation
Diffstat (limited to 'lib/public_key')
-rw-r--r--lib/public_key/doc/src/using_public_key.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public_key/doc/src/using_public_key.xml b/lib/public_key/doc/src/using_public_key.xml
index 5d9f1536d9..b744704c47 100644
--- a/lib/public_key/doc/src/using_public_key.xml
+++ b/lib/public_key/doc/src/using_public_key.xml
@@ -350,7 +350,7 @@ ok</code>
<p> or </p>
- <code>1> PemBin = public_key:pem_entry_encode('SubjectPublicKeyInfo', RSAPubKey).
+ <code>1> PemEntry = public_key:pem_entry_encode('SubjectPublicKeyInfo', RSAPubKey).
{'SubjectPublicKeyInfo', &lt;&lt;48,92...&gt;&gt;, not_encrypted}
2> PemBin = public_key:pem_encode([PemEntry]).