X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fsha1.c;h=cc481086c3aca6d443dfe249e6587e90755d3196;hp=ff4dd164779bbfc74b87aa2ae54d597f02ca9241;hb=16aa65ba2575fd504c31d9671d8c5150f8e8adf1;hpb=146549321044615d9aef2b30cedccda9c49f3f38 diff --git a/lib/sha1.c b/lib/sha1.c index ff4dd164..cc481086 100644 --- a/lib/sha1.c +++ b/lib/sha1.c @@ -43,7 +43,7 @@ _hex_of_sha1_digest (const unsigned char digest[SHA1_DIGEST_SIZE]) return result; } -/* Create a hexadcimal string version of the SHA-1 digest of 'str' +/* Create a hexadecimal string version of the SHA-1 digest of 'str' * (including its null terminating character). * * This function returns a newly allocated string which the caller