aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-16 07:56:20 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-16 07:56:20 +0000
commit107dbe525a8b2ac2cb1361870201a404cef163c2 (patch)
treee970df4861d386eb0202fed7d9c1a68606dabd7f
parent35b615ccfe25184877f4b79defbd6bac0713797f (diff)
downloadruby-107dbe525a8b2ac2cb1361870201a404cef163c2.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index be006080d9..db5edc1374 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,8 +44,8 @@ Sun Jun 16 05:51:51 2013 Masaya Tarui <tarui@ruby-lang.org>
Sun Jun 16 05:15:36 2013 Masaya Tarui <tarui@ruby-lang.org>
- * gc.c: Add some colums to more detail profile.
- new colums: Allocated size, Prepare Time, Removing Objects, Empty Objects
+ * gc.c: Add some columns to more detail profile.
+ new columns: Allocated size, Prepare Time, Removing Objects, Empty Objects
Sun Jun 16 02:04:40 2013 Masaya Tarui <tarui@ruby-lang.org>