Fix two typos in documentation.
authorAndre Noll <maan@systemlinux.org>
Mon, 10 Sep 2007 00:53:52 +0000 (02:53 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 10 Sep 2007 00:53:52 +0000 (02:53 +0200)
afs.cmd
sha1.c

diff --git a/afs.cmd b/afs.cmd
index f8454d60c8671b1428c76277137b76f616f32aeb..7dd3d15e2149f687468ddc7b8aa2761ec7fcfac8 100644 (file)
--- a/afs.cmd
+++ b/afs.cmd
@@ -12,7 +12,7 @@ P: AFS_READ | AFS_WRITE
 D: Add new audio files to the database.
 U: add [-l] [-f] [-v] path1 ...
 H: Each given path may be either the full path to an audio file, or the full path
-H: of a direcetory. In case of a directory, all audio files in that directory
+H: of a directory. In case of a directory, all audio files in that directory
 H: are added recursivly.
 H:
 H: Options:
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
  *