summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-11 13:52:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-11 13:52:24 +0000
commitc13fedf33db35b3788e16ff5ec44a5db61131b84 (patch)
tree3b6bf3e0eeba338a3867a7f73e60ab34a8050e8c /ChangeLog
parent9226f240e5b7823edd27fdae1c6587fbffdeac37 (diff)
ChangeLog: typo
* ChangeLog: fix typo, s/Strat/Start/. [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 956c7c6dc3..a4c99757c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Thu Dec 11 19:06:01 2014 Koichi Sasada <ko1@atdot.net>
- * class.c (class_alloc): Strat from age == 2.
+ * class.c (class_alloc): Start from age == 2.
Class and Module objects can be living long life.
* iseq.c: Same for ISeq objects.