From: Niels Möller Date: Tue, 16 Feb 2016 06:55:08 +0000 (+0100) Subject: Fix typos in CBC documentation. Spotted by Zhitao He. X-Git-Tag: nettle_3.3_release_20161001~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a857e029e920c55c9e157599c03929f7204889;p=thirdparty%2Fnettle.git Fix typos in CBC documentation. Spotted by Zhitao He. --- diff --git a/nettle.texinfo b/nettle.texinfo index 91bddbd1..fa0e3a7c 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -1935,7 +1935,7 @@ around. Applies the encryption or decryption function @var{f} in @acronym{CBC} mode. The final ciphertext block processed is copied into @var{iv} -before returning, so that large message be processed be a sequence of +before returning, so that a large message can be processed by a sequence of calls to @code{cbc_encrypt}. The function @var{f} is of type @code{void f (void *@var{ctx}, size_t @var{length}, uint8_t @var{dst},