Get rid of afd->path.
[paraslash.git] / sha1.c
diff --git a/sha1.c b/sha1.c
index bc2ec336fe353de3c2bb3853203e659b0a73385e..4cbbee3ece029e2ae217c63e9b6f1f5fa1c02242 100644 (file)
--- a/sha1.c
+++ b/sha1.c
@@ -6,7 +6,7 @@
 /**
  * Compute the sha1 hash.
  *
- * \param data Pointer to the data to compute the hash valure from.
+ * \param data Pointer to the data to compute the hash value from.
  * \param len The length of \a data in bytes.
  * \param sha1 Result pointer
  *