diff options
author | Tuncer Ayaz <[email protected]> | 2011-12-05 18:28:19 +0100 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-12-05 18:28:47 +0100 |
commit | f3052a3a1a78c5cb5135c5c96c64ae4a39433745 (patch) | |
tree | db1cf862456078c8dca87f7f4c82ec3baad8fe56 /lib/crypto/doc/src/crypto.xml | |
parent | d507bcb15b26222f5d82b11b802ab569050799b6 (diff) | |
download | otp-f3052a3a1a78c5cb5135c5c96c64ae4a39433745.tar.gz otp-f3052a3a1a78c5cb5135c5c96c64ae4a39433745.tar.bz2 otp-f3052a3a1a78c5cb5135c5c96c64ae4a39433745.zip |
Fix misspelling of chosen
Diffstat (limited to 'lib/crypto/doc/src/crypto.xml')
-rw-r--r-- | lib/crypto/doc/src/crypto.xml | 2 |
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> |