aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-18 00:25:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-18 00:25:20 +0000
commit9af6e57230e0c47b91b249e1892f444d0f9cea2b (patch)
tree231e5192c613712be2ea794723a3b158930c0411
parentfb5dd968ec23014d25f694c2e88604f14578e68f (diff)
downloadruby-9af6e57230e0c47b91b249e1892f444d0f9cea2b.tar.gz
* ChangeLog: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a38fed99a..d832c10319 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -126,7 +126,7 @@ Fri Sep 16 22:45:49 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
fixed: [ruby-core:05706]
* gc.c (rb_memerror, ruby_xmalloc, ruby_xrealloc, rb_newobj): just
- abondon if no memoray available, when interpreter is not running.
+ abondon if no memory available, when interpreter is not running.
[ruby-dev:27104]
* gc.c (garbage_collect): return whether GC could run.