aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-10-26 14:03:51 +0000
committerBodo Möller <bodo@openssl.org>2001-10-26 14:03:51 +0000
commit70bed0ca2db44c82756ff8e4457558bfbaa10b19 (patch)
tree6dc0c90fa5b01eecacb78ba1e505411844105a83
parente20788700cb6f303224c48708d88d975e7d5f507 (diff)
downloadopenssl-70bed0ca2db44c82756ff8e4457558bfbaa10b19.tar.gz
typo
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 6e9c072ab3..1d34695580 100644
--- 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>