From 57385d313c47bb37b3ac73940a43d47612a2c593 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 10 Sep 2007 02:53:52 +0200 Subject: [PATCH] Fix two typos in documentation. --- afs.cmd | 2 +- sha1.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/afs.cmd b/afs.cmd index f8454d60..7dd3d15e 100644 --- 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 bc2ec336..4cbbee3e 100644 --- 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 * -- 2.39.2