From: Paul Eggert Date: Wed, 1 Feb 2012 05:12:29 +0000 (-0800) Subject: Spelling fixes. X-Git-Tag: v0.1~1184 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=e9e8aba12af3c903edd422fa036a356c5b2f313a;p=gnulib.git Spelling fixes. --- diff --git a/lib/sha256.c b/lib/sha256.c index a6d3ae63a..c1482d3c6 100644 --- a/lib/sha256.c +++ b/lib/sha256.c @@ -52,7 +52,7 @@ static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; /* Takes a pointer to a 256 bit block of data (eight 32 bit ints) and - intializes it to the start constants of the SHA256 algorithm. This + initializes it to the start constants of the SHA256 algorithm. This must be called before using hash in the call to sha256_hash */ void diff --git a/lib/sha512.c b/lib/sha512.c index 379582d2a..0c0779c35 100644 --- a/lib/sha512.c +++ b/lib/sha512.c @@ -59,7 +59,7 @@ static const unsigned char fillbuf[128] = { 0x80, 0 /* , 0, 0, ... */ }; /* Takes a pointer to a 512 bit block of data (eight 64 bit ints) and - intializes it to the start constants of the SHA512 algorithm. This + initializes it to the start constants of the SHA512 algorithm. This must be called before using hash in the call to sha512_hash */ void