From 10a857e029e920c55c9e157599c03929f7204889 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Tue, 16 Feb 2016 07:55:08 +0100
Subject: [PATCH] Fix typos in CBC documentation. Spotted by Zhitao He.

---
 nettle.texinfo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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},
-- 
GitLab