aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-14 10:08:33 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-14 10:08:33 +0000
commit03bbcf0108c57e32c6413e74e56f2c1d1c6ac05e (patch)
tree24b654f20f1c338e38104e6335c98ace82aae7a0 /ChangeLog
parent3cb9b550c727ee2d73ab2a6f0869a0e8e21cd5c4 (diff)
downloadruby-03bbcf0108c57e32c6413e74e56f2c1d1c6ac05e.tar.gz
fix typos and spaces [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files 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 <nobu@ruby-lang.org>
Fri Nov 14 16:33:06 2014 Koichi Sasada <ko1@atdot.net>
- * 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 <ko1@atdot.net>
@@ -23,7 +23,7 @@ Fri Nov 14 16:19:08 2014 Koichi Sasada <ko1@atdot.net>
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 <https://bugs.ruby-lang.org/issues/9924>
for more information."