Fix a typo.
authormdw <mdw>
Mon, 13 Dec 1999 15:34:15 +0000 (15:34 +0000)
committermdw <mdw>
Mon, 13 Dec 1999 15:34:15 +0000 (15:34 +0000)
rand.h

diff --git a/rand.h b/rand.h
index 543af41..2f23440 100644 (file)
--- a/rand.h
+++ b/rand.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: rand.h,v 1.4 1999/12/10 23:29:48 mdw Exp $
+ * $Id: rand.h,v 1.5 1999/12/13 15:34:15 mdw Exp $
  *
  * Secure random number generator
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: rand.h,v $
+ * Revision 1.5  1999/12/13 15:34:15  mdw
+ * Fix a typo.
+ *
  * Revision 1.4  1999/12/10 23:29:48  mdw
  * Change header file guard names.
  *
@@ -250,7 +253,7 @@ extern void rand_stretch(rand_pool */*r*/);
  * Use:                Gets random data from the pool.  The pool's contents can't be
  *             determined from the output of this function; nor can the
  *             output data be determined from a knowledge of the data input
- *             to the pool wihtout also having knowledge of the secret key.
+ *             to the pool without also having knowledge of the secret key.
  *             The good bits counter is decremented, although no special
  *             action is taken if it reaches zero.
  */