# HG changeset patch # User Paul Eggert # Date 1328073149 28800 # Node ID 90c6dac9de6a2c10d6d1c3bab581904a3d81e023 # Parent cb1e109df1d7315cc3a142336e72e9da7a6ff56e Spelling fixes. diff --git a/lib/sha256.c b/lib/sha256.c --- a/lib/sha256.c +++ b/lib/sha256.c @@ -52,7 +52,7 @@ /* 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 --- a/lib/sha512.c +++ b/lib/sha512.c @@ -59,7 +59,7 @@ /* 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