summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremboss <emboss@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-15 12:04:15 +0000
committeremboss <emboss@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-15 12:04:15 +0000
commit16cac0b722bfc334ca9ebcb40a2b86c47b263fe5 (patch)
tree193ecab6f2a6e56a105b2403225868c642eb9920
parent562e35bce5b8e475ae83e10f0a2d2d0e5ac25250 (diff)
* Fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a6df42c956..6a6081a0bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Wed Jun 15 21:00:47 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
- * test/openssl/tesst_config.rb: execute based on the existence of the
+ * test/openssl/test_config.rb: execute based on the existence of the
OpenSSL module.
Wed Jun 15 12:35:11 2011 Tanaka Akira <akr@fsij.org>