summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-28 17:36:46 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-28 17:36:46 +0000
commit97c3d78cef321c8d6c0c8b23f7725e36211556c0 (patch)
tree99385d9fed35397bde617f312ac29888ff7ab457
parent2ffeb686df9605efafb133c449501499181013e8 (diff)
* ChangeLog: fix some typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9636716d25..03e449075b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,7 +27,7 @@ Mon Nov 28 12:47:19 2011 NAKAMURA Usaku <usa@ruby-lang.org>
Mon Nov 28 12:37:54 2011 NAKAMURA Usaku <usa@ruby-lang.org>
- * gc.c (initial_params): static. it seems to be forgetten at r33501.
+ * gc.c (initial_params): static. it seems to be forgotten at r33501.
Mon Nov 28 12:32:24 2011 NAKAMURA Usaku <usa@ruby-lang.org>
@@ -53,7 +53,7 @@ Mon Nov 28 11:00:25 2011 NAKAMURA Usaku <usa@ruby-lang.org>
Mon Nov 28 10:36:00 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * include/ruby/subst.h: moved Windows specific substitions from
+ * include/ruby/subst.h: moved Windows specific substitutions from
win32.h.
* ext/socket/rubysocket.h: include ruby/subst.h. [Bug #5675]