summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-31 11:47:29 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-31 11:47:29 +0000
commitb8ad2fa064c41e679142d8620381cc966b83dfdf (patch)
treefedc6cfc24a4d859f1d0f2ccb0f2e57547ed1191 /ChangeLog
parent7ca084da853c28307877784f6b301e350064bf31 (diff)
Fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 736cc1ef28..0716c90901 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
Tue Dec 31 20:16:37 2002 Akinori MUSHA <knu@iDaemons.org>
* ext/socket/addrinfo.h (NI_MAXHOST): Define NI_MAXHOST and
- NI_MAXHOST only if they are not defined yet. This fixes build
- such platforms as OpenBSD.
+ NI_MAXSERV only if they are not defined yet. This fixes build
+ on such platforms as OpenBSD.
Tue Dec 31 20:07:49 2002 Akinori MUSHA <knu@iDaemons.org>