From 85c476a342403499de298ed6e1a5544b4cbdc827 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 1 Sep 2006 12:45:01 +0000 Subject: * ext/socket/socket.c (socks_init): typo fixed. a patch from Sven Klemm . [ruby-core:08770] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ ext/socket/socket.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0afd9adce6..cae32dbf3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 1 21:41:12 2006 Yukihiro Matsumoto + + * ext/socket/socket.c (socks_init): typo fixed. a patch from Sven + Klemm . [ruby-core:08770] + Fri Sep 1 14:22:42 2006 WATANABE Hirofumi * array.c (rb_ary_shuffle): RDoc fixed. diff --git a/ext/socket/socket.c b/ext/socket/socket.c index ca86334df1..e2e691a141 100644 --- a/ext/socket/socket.c +++ b/ext/socket/socket.c @@ -1300,7 +1300,7 @@ tcp_init(int argc, VALUE *argv, VALUE sock) #ifdef SOCKS static VALUE -socks_init(VALUE sock, VALUE host, VALUEserv) +socks_init(VALUE sock, VALUE host, VALUE serv) { static init = 0; -- cgit v1.2.3