From 89fdf30fa48e3bbbecbdbfd885e62ae03868a5f6 Mon Sep 17 00:00:00 2001 From: Bruce Yinhe Date: Fri, 19 Sep 2014 11:39:40 +0200 Subject: Fix a typo in crypto doc Thanks to @ino_murko from Twitter --- lib/crypto/doc/src/crypto.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/crypto') 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 @@

Decrypts CipherText according to the stream cipher Type specified in stream_init/3. PlainText can be any number of bytes. The initial State is created using stream_init. - NewState must be passed into the next call to stream_encrypt.

+ NewState must be passed into the next call to stream_decrypt.

-- cgit v1.2.3