From b27adc0e2c1a785e11ad2cb3e7ae06ebfffc4659 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 12 Apr 2010 21:00:13 +0000 Subject: Applied spelling fixes and more verbose test diagnositcs by Brad Hards. --- cipher/md.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cipher/md.c') diff --git a/cipher/md.c b/cipher/md.c index a353f3c3..5f121267 100644 --- a/cipher/md.c +++ b/cipher/md.c @@ -105,7 +105,7 @@ static gcry_module_t digests_registered; /* This is the lock protecting DIGESTS_REGISTERED. */ static ath_mutex_t digests_registered_lock = ATH_MUTEX_INITIALIZER; -/* Flag to check wether the default ciphers have already been +/* Flag to check whether the default ciphers have already been registered. */ static int default_digests_registered; @@ -1142,7 +1142,7 @@ md_asn_oid (int algorithm, size_t *asnlen, size_t *mdlen) * Note: Because this function is in most cases used to return an * integer value, we can make it easier for the caller to just look at * the return value. The caller will in all cases consult the value - * and thereby detecting whether a error occured or not (i.e. while checking + * and thereby detecting whether a error occurred or not (i.e. while checking * the block size) */ gcry_error_t -- cgit v1.2.1