diff options
author | Klaus Trainer <[email protected]> | 2013-04-21 20:05:45 +0200 |
---|---|---|
committer | Klaus Trainer <[email protected]> | 2013-04-21 20:08:14 +0200 |
commit | 7dffc40272c1536ac9cb4bcedbaa4b71b6f770b7 (patch) | |
tree | 5f0c1e8739fd4bae9e44e30887b5ab6c9ec17aaf /lib/crypto/doc/src | |
parent | 7e9ae3007fd3c44a05a746628983faff401dfd0c (diff) | |
download | otp-7dffc40272c1536ac9cb4bcedbaa4b71b6f770b7.tar.gz otp-7dffc40272c1536ac9cb4bcedbaa4b71b6f770b7.tar.bz2 otp-7dffc40272c1536ac9cb4bcedbaa4b71b6f770b7.zip |
crypto: Fix typo in documentation
Diffstat (limited to 'lib/crypto/doc/src')
-rwxr-xr-x | 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 29fc885152..7eca4557d9 100755 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -1354,7 +1354,7 @@ Mpint() = <![CDATA[<<ByteLen:32/integer-big, Bytes:ByteLen/binary>>]]> <p> Computes the SRP session key (shared secret) for the client side (first argument is DerivedKey) or for the server side (first argument is Verifier). Also used - as premaster secret by TLS-SRP ciher suites. + as premaster secret by TLS-SRP cipher suites. </p> </desc> </func> |