]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fix typos in CBC documentation. Spotted by Zhitao He.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 16 Feb 2016 06:55:08 +0000 (07:55 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 16 Feb 2016 06:55:08 +0000 (07:55 +0100)
nettle.texinfo

index 91bddbd13a29e4ad957f2bd4d31ec93871f623ec..fa0e3a7c73ce6949a90bbc2ba1e0b0d0a2c4f7d5 100644 (file)
@@ -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},