From b343456e3e8a77062b7eb2856ee86aa0a64360f6 Mon Sep 17 00:00:00 2001 From: aamine Date: Tue, 15 Aug 2006 02:27:19 +0000 Subject: fix typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e65b0f008..13bca038f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16237,7 +16237,7 @@ Sun Mar 7 02:06:07 2004 Minero Aoki * ext/openssl/lib/net/https.rb: removed. moved to net/https with slight modifications. - * ext/openssl/lib/net/protocol.rb: removed. merged with net/http. + * ext/openssl/lib/net/protocols.rb: removed. merged with net/http. * lib/net/protocol.rb: new class BufferedIO. -- cgit