From ed4549a315b163ad9e5ffe880ca6008aa24ceaf2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Tue, 20 Jul 2010 22:29:14 +0200
Subject: [PATCH] Fixed spelling in comment.

Rev: nettle/cbc.c:1.2
---
 cbc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cbc.c b/cbc.c
index cee71093..6bd9f9ae 100644
--- a/cbc.c
+++ b/cbc.c
@@ -52,7 +52,7 @@ cbc_encrypt(void *ctx, nettle_crypt_func f,
     }
 }
 
-/* Reqires that dst != src */
+/* Requires that dst != src */
 static void
 cbc_decrypt_internal(void *ctx, nettle_crypt_func f,
 		     unsigned block_size, uint8_t *iv,
-- 
GitLab