aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBruce Yinhe <[email protected]>2014-09-29 09:17:47 +0200
committerBruce Yinhe <[email protected]>2014-09-29 09:17:47 +0200
commit6b240f6d882a10707ff2dea4e171a2d9599b3746 (patch)
tree02bfe8d5834de75bbfa68dad32fc821e19a95553 /lib
parent1f833958bc4142b9cc3d6804763d0653460c3e69 (diff)
parent89fdf30fa48e3bbbecbdbfd885e62ae03868a5f6 (diff)
downloadotp-6b240f6d882a10707ff2dea4e171a2d9599b3746.tar.gz
otp-6b240f6d882a10707ff2dea4e171a2d9599b3746.tar.bz2
otp-6b240f6d882a10707ff2dea4e171a2d9599b3746.zip
Merge branch 'bruce-yinhe/fix-crypto-doc-typo' into maint
* bruce-yinhe/fix-crypto-doc-typo: Fix a typo in crypto doc
Diffstat (limited to 'lib')
-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 7712173ed8..98384978a5 100644
--- a/lib/crypto/doc/src/crypto.xml
+++ b/lib/crypto/doc/src/crypto.xml
@@ -693,7 +693,7 @@
<p>Decrypts <c>CipherText</c> according to the stream cipher <c>Type</c> specified in stream_init/3.
<c>PlainText</c> can be any number of bytes. The initial <c>State</c> is created using
<seealso marker="#stream_init-2">stream_init</seealso>.
- <c>NewState</c> must be passed into the next call to <c>stream_encrypt</c>.</p>
+ <c>NewState</c> must be passed into the next call to <c>stream_decrypt</c>.</p>
</desc>
</func>