From 03bbcf0108c57e32c6413e74e56f2c1d1c6ac05e Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 14 Nov 2014 10:08:33 +0000 Subject: fix typos and spaces [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 33cc94196c..6bc4bbebf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,8 +9,8 @@ Fri Nov 14 16:59:53 2014 Nobuyoshi Nakada Fri Nov 14 16:33:06 2014 Koichi Sasada - * gc.c (gc_stat_internal): support comatible layer for - GC.stat(symbol) type acess. + * gc.c (gc_stat_internal): support compatible layer for + GC.stat(symbol) type access. Fri Nov 14 16:19:08 2014 Koichi Sasada @@ -23,7 +23,7 @@ Fri Nov 14 16:19:08 2014 Koichi Sasada show a warning message like that: program: GC.stat[:total_allocated_object] warning message: "warning: GC.stat keys were changed from Ruby - 2.1. In this case, you refer to obsolete `total_allocated_object' + 2.1. In this case, you refer to obsolete `total_allocated_object' (new key is `total_allocated_objects'). Please check for more information." -- cgit v1.2.3