summaryrefslogtreecommitdiff
path: root/nettle.texinfo
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2016-02-16 07:55:08 +0100
committerNiels Möller <nisse@lysator.liu.se>2016-02-16 07:55:08 +0100
commit10a857e029e920c55c9e157599c03929f7204889 (patch)
treeeff77b39bf052a6a08e5a19bb2a7d946cb0939e6 /nettle.texinfo
parent22185d4efbd4c9c9afde9cba21eef0d550e88fab (diff)
downloadnettle-10a857e029e920c55c9e157599c03929f7204889.tar.gz
Fix typos in CBC documentation. Spotted by Zhitao He.
Diffstat (limited to 'nettle.texinfo')
-rw-r--r--nettle.texinfo2
1 files changed, 1 insertions, 1 deletions
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},