aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2013-04-22 10:00:09 +0200
committerLukas Larsson <[email protected]>2013-04-22 10:00:09 +0200
commit1209686a614736ab091a5c036a14645610866ee5 (patch)
tree5f0c1e8739fd4bae9e44e30887b5ab6c9ec17aaf
parent7e9ae3007fd3c44a05a746628983faff401dfd0c (diff)
parent7dffc40272c1536ac9cb4bcedbaa4b71b6f770b7 (diff)
downloadotp-1209686a614736ab091a5c036a14645610866ee5.tar.gz
otp-1209686a614736ab091a5c036a14645610866ee5.tar.bz2
otp-1209686a614736ab091a5c036a14645610866ee5.zip
Merge branch 'kt/fix-crypto-doc-typo' into maint
* kt/fix-crypto-doc-typo: crypto: Fix typo in documentation OTP-11058
-rwxr-xr-xlib/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 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>