typo
authorBodo Möller <bodo@openssl.org>
Fri, 26 Oct 2001 14:03:51 +0000 (14:03 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 26 Oct 2001 14:03:51 +0000 (14:03 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 6e9c072ab338bde7b6a48b7d9ad005b780e2adaf..1d346955809ae00d3295c5d837fb8c1a2a7cf961 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,7 @@
 
   *) Disable caching in BIO_gethostbyname(), directly use gethostbyname()
      instead.  BIO_gethostbyname() does not know what timeouts are
-     appropriate, so entries would stay in cache even when they hade
+     appropriate, so entries would stay in cache even when they have
      become invalid.
      [Bodo Moeller; problem pointed out by Rich Salz <rsalz@zolera.com>