1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix method name.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2002-03-03 11:03:05 +00:00
parent 6012f4faf3
commit 9496c3776d

View file

@ -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.