From fbc52f550174aa40d43dba5a89c6c3f9817ea477 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 29 Nov 2022 15:28:35 +0100 Subject: [PATCH] doc: Comment typo fix -- --- dirmngr/crlcache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dirmngr/crlcache.c b/dirmngr/crlcache.c index f0893a64a..befc6b94b 100644 --- a/dirmngr/crlcache.c +++ b/dirmngr/crlcache.c @@ -984,8 +984,8 @@ make_db_file_name (const char *issuer_hash) /* Hash the file FNAME and return the MD5 digest in MD5BUFFER. The - caller must allocate MD%buffer wityh at least 16 bytes. Returns 0 - on success. */ + * caller must allocate MD5buffer with at least 16 bytes. Returns 0 + * on success. */ static int hash_dbfile (const char *fname, unsigned char *md5buffer) {