From e9e8aba12af3c903edd422fa036a356c5b2f313a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 31 Jan 2012 21:12:29 -0800 Subject: [PATCH] Spelling fixes. --- lib/sha256.c | 2 +- lib/sha512.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0