simplify definition of sqrthalf and capitalize it.
[paraslash.git] / sha1.h
diff --git a/sha1.h b/sha1.h
index 4dce20de1527c033a08c6e7ac8cd6b2263438acc..4d21733e9d23900fc92a9068133bcdcefa751aae 100644 (file)
--- 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);