From 0ec5cef0affad18c8a12780bdb00654afa127048 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Mon, 29 Aug 2011 16:14:35 +0200
Subject: [PATCH] (list_algorithms): Fixed typo in header.

Rev: nettle/tools/nettle-hash.c:1.3
---
 tools/nettle-hash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/nettle-hash.c b/tools/nettle-hash.c
index 061eb78d..afb388e5 100644
--- a/tools/nettle-hash.c
+++ b/tools/nettle-hash.c
@@ -44,7 +44,7 @@ list_algorithms (void)
 {
   unsigned i;
   const struct nettle_hash *alg;
-  printf ("%10s digestsize (internal block size), in units of octest\n", "name");
+  printf ("%10s digestsize (internal block size), in units of octets\n", "name");
 
   for (i = 0; (alg = nettle_hashes[i]); i++)
     printf ("%10s %d (%d)\n",
-- 
GitLab