From: Andre Noll Date: Mon, 10 Sep 2007 00:53:52 +0000 (+0200) Subject: Fix two typos in documentation. X-Git-Tag: v0.3.0~432 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=57385d313c47bb37b3ac73940a43d47612a2c593;hp=167fca4b4fd5cfe2803af337d191396ee584610f Fix two typos in documentation. --- 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 *