aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2011-12-05 18:28:19 +0100
committerTuncer Ayaz <[email protected]>2011-12-05 18:28:47 +0100
commitf3052a3a1a78c5cb5135c5c96c64ae4a39433745 (patch)
treedb1cf862456078c8dca87f7f4c82ec3baad8fe56 /lib/crypto
parentd507bcb15b26222f5d82b11b802ab569050799b6 (diff)
downloadotp-f3052a3a1a78c5cb5135c5c96c64ae4a39433745.tar.gz
otp-f3052a3a1a78c5cb5135c5c96c64ae4a39433745.tar.bz2
otp-f3052a3a1a78c5cb5135c5c96c64ae4a39433745.zip
Fix misspelling of chosen
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/doc/src/crypto.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml
index dc22f2aa14..8cb893cd1c 100644
--- a/lib/crypto/doc/src/crypto.xml
+++ b/lib/crypto/doc/src/crypto.xml
@@ -905,7 +905,7 @@ Mpint() = <![CDATA[<<ByteLen:32/integer-big, Bytes:ByteLen/binary>>]]>
and verifies that the digest matches the RSA signature using the
signer's public key <c>Key</c>.
</p>
- <p>May throw exception <c>notsup</c> in case the choosen <c>DigestType</c>
+ <p>May throw exception <c>notsup</c> in case the chosen <c>DigestType</c>
is not supported by the underlying OpenSSL implementation.</p>
</desc>
</func>