aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-03 11:03:05 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-03 11:03:05 +0000
commit9496c3776d4348f8f7a7fc868c7eec3e64be8e3c (patch)
treeea1474263190ea0f02df5bc459afac619bbed85c /ChangeLog
parent6012f4faf317deb700f63954bf1d14f30e14585c (diff)
downloadruby-9496c3776d4348f8f7a7fc868c7eec3e64be8e3c.tar.gz
fix method name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 885f847f0f..f95bfbdc04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,7 +25,7 @@ Fri Mar 1 06:25:49 2002 Tanaka Akira <akr@m17n.org>
(unix_recv_io): ditto.
(unix_s_socketpair): ditto.
(Init_socket): define UNIXSocket#send_io, UNIXSocket#recv_io,
- UNIXSocket#socketpair and UNIXSocket#pair.
+ UNIXSocket.socketpair and UNIXSocket.pair.
* dln.c (dln_load): fix typo.