diff options
author | Bruce Yinhe <[email protected]> | 2014-09-19 11:39:40 +0200 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-09-23 10:14:51 +0200 |
commit | 89fdf30fa48e3bbbecbdbfd885e62ae03868a5f6 (patch) | |
tree | 8144dd9ad50e2c23676e080934f549a44ec79860 /lib/crypto/doc/src | |
parent | 6ec976bd70a657efea2d5d714e0d470aeb86bb50 (diff) | |
download | otp-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/doc/src')
-rw-r--r-- | 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 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> |