aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-23 15:29:31 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-23 15:29:31 +0000
commit28eb5913956bced2429cb5362ed6d6bb28ebb350 (patch)
tree2493f95a000c062f3ef454e16ee6172ae9389ad9
parentef6fb99ebe93ea2861991d149c42bab89b58ced6 (diff)
downloadruby-28eb5913956bced2429cb5362ed6d6bb28ebb350.tar.gz
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 798d9dd7c0..88435dacca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -88,7 +88,7 @@ Tue May 21 16:29:09 2013 Koichi Sasada <ko1@atdot.net>
* common.mk (rdoc-bench): add a benchmark rule
using RDoc. Generate all rdoc related files
(same as `make rdoc') in temporary directory
- and remove them. Excecution time, GC::Profiler
+ and remove them. Execution time, GC::Profiler
and results of GC.stat are printed.
* tool/rdocbench.rb: added for `rdoc-bench'.