From f4f7bc09e48f9b7b602ae8d49aff2aa6e7939fc3 Mon Sep 17 00:00:00 2001 From: aamine Date: Tue, 15 Aug 2006 02:27:19 +0000 Subject: [PATCH] fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e65b0f008f..13bca038fa 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.