aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-15 02:27:19 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-15 02:27:19 +0000
commitf4f7bc09e48f9b7b602ae8d49aff2aa6e7939fc3 (patch)
treebd7719eca5ba17b298e49c93dddf8fdfa5497d0d
parenta03909606ed96f97588879b8effb8585899356c0 (diff)
downloadruby-f4f7bc09e48f9b7b602ae8d49aff2aa6e7939fc3.tar.gz
fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
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 <aamine@loveruby.net>
* 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.