From e3929aa5481b2d5bedfdfef75865b2ea49938852 Mon Sep 17 00:00:00 2001 From: Vladimir Rybas Date: Fri, 21 Apr 2017 17:52:30 +0700 Subject: Fix documentation for OpenSSL::Cipher#final "after after having fed the entire plaintext..." is changed to "after having fed the entire plaintext..." --- ext/openssl/ossl_cipher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/openssl') diff --git a/ext/openssl/ossl_cipher.c b/ext/openssl/ossl_cipher.c index 885b8e0a..c2f0927a 100644 --- a/ext/openssl/ossl_cipher.c +++ b/ext/openssl/ossl_cipher.c @@ -418,7 +418,7 @@ ossl_cipher_update(int argc, VALUE *argv, VALUE self) * Returns the remaining data held in the cipher object. Further calls to * Cipher#update or Cipher#final will return garbage. This call should always * be made as the last call of an encryption or decryption operation, after - * after having fed the entire plaintext or ciphertext to the Cipher instance. + * having fed the entire plaintext or ciphertext to the Cipher instance. * * If an authenticated cipher was used, a CipherError is raised if the tag * could not be authenticated successfully. Only call this method after -- cgit v1.2.3