From: Andre Noll Date: Thu, 27 Sep 2007 07:29:51 +0000 (+0200) Subject: sha1.h: Typo. X-Git-Tag: v0.3.0~340 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=ab8b3fdcc4f09d92b7722522ac2070457d7fc5d7 sha1.h: Typo. --- diff --git a/sha1.h b/sha1.h index 4dce20de..4d21733e 100644 --- a/sha1.h +++ b/sha1.h @@ -1,5 +1,5 @@ /** \file sha1.h Secure Hash Algorithm prototype */ -/** Size of the hahs value in bytes. */ +/** Size of the hash value in bytes. */ #define HASH_SIZE 20 void sha1_hash(const char *data, unsigned long len, unsigned char *sha1);