summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-16 06:11:48 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-16 06:11:48 +0000
commitc3405de433f3f70451bd4c41a326f8732bd70d8e (patch)
tree01d3b157ce66432a187c4de58304e443fb654389 /ChangeLog
parent4fcdce3b68f0a71b8eed045dff6aa617b343134f (diff)
* ChangeLog: [DOC] Fix typo
s/geneartion/generation/ [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44233 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 368c2f5e28..f9d5dcded3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,7 +14,7 @@ Mon Dec 16 13:10:54 2013 Koichi Sasada <ko1@atdot.net>
* gc.c: introduce GC.verify_internal_consistency method to verify GC
internal data structure.
- Now this method only checks geneartion (old/young) consistency.
+ Now this method only checks generation (old/young) consistency.
Mon Dec 16 11:49:26 2013 Aman Gupta <ruby@tmm1.net>