diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-31 11:47:29 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-31 11:47:29 +0000 |
commit | c0ede83d2d6c0403b46ccb63784106694aecc577 (patch) | |
tree | fedc6cfc24a4d859f1d0f2ccb0f2e57547ed1191 | |
parent | 72155a0e749e4cd92bfae5a6cf4fd62beb089f96 (diff) | |
download | ruby-c0ede83d2d6c0403b46ccb63784106694aecc577.tar.gz ruby-c0ede83d2d6c0403b46ccb63784106694aecc577.tar.xz ruby-c0ede83d2d6c0403b46ccb63784106694aecc577.zip |
Fix typos.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |