aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto
diff options
context:
space:
mode:
authorBruce Yinhe <[email protected]>2014-09-19 11:39:40 +0200
committerBruce Yinhe <[email protected]>2014-09-23 10:14:51 +0200
commit89fdf30fa48e3bbbecbdbfd885e62ae03868a5f6 (patch)
tree8144dd9ad50e2c23676e080934f549a44ec79860 /lib/crypto
parent6ec976bd70a657efea2d5d714e0d470aeb86bb50 (diff)
downloadotp-89fdf30fa48e3bbbecbdbfd885e62ae03868a5f6.tar.gz
otp-89fdf30fa48e3bbbecbdbfd885e62ae03868a5f6.tar.bz2
otp-89fdf30fa48e3bbbecbdbfd885e62ae03868a5f6.zip
Fix a typo in crypto doc
Thanks to @ino_murko from Twitter
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 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>