changeset 16342:90c6dac9de6a

Spelling fixes.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 31 Jan 2012 21:12:29 -0800
parents cb1e109df1d7
children 3bec4206b1cc
files lib/sha256.c lib/sha512.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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