From: Niels Möller Date: Mon, 29 Aug 2011 14:14:35 +0000 (+0200) Subject: (list_algorithms): Fixed typo in header. X-Git-Tag: nettle_2.3_release_20110902~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ec5cef0affad18c8a12780bdb00654afa127048;p=thirdparty%2Fnettle.git (list_algorithms): Fixed typo in header. Rev: nettle/tools/nettle-hash.c:1.3 --- 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",