aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto
diff options
context:
space:
mode:
authorBruce Yinhe <[email protected]>2014-09-29 09:22:24 +0200
committerBruce Yinhe <[email protected]>2014-09-29 09:22:24 +0200
commit585052c164623a227e7ae8112b2a023872672159 (patch)
treee6ad3d69c4de3e0930ab0631f8b0fd667a19eca1 /lib/crypto
parent7112989c5d6272161c08a69b849373dbf5342baf (diff)
parent6b240f6d882a10707ff2dea4e171a2d9599b3746 (diff)
downloadotp-585052c164623a227e7ae8112b2a023872672159.tar.gz
otp-585052c164623a227e7ae8112b2a023872672159.tar.bz2
otp-585052c164623a227e7ae8112b2a023872672159.zip
Merge branch 'maint'
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 cdeeaaaf43..271130a9e6 100644
--- a/lib/crypto/doc/src/crypto.xml
+++ b/lib/crypto/doc/src/crypto.xml
@@ -712,7 +712,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>