summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-09 07:14:57 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-09 07:14:57 +0000
commitfd17a9092f18e67212f2e1af38cf49e6d872cb6b (patch)
treebd7348e95b88460f92892177faec0066d4b95503
parent549b0c53a8b744c12dfeaed14bbb3d390209f516 (diff)
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ec0eaf3933..0ac00c69c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -96,7 +96,7 @@ Mon Oct 4 07:16:55 2010 NARUSE, Yui <naruse@ruby-lang.org>
Mon Oct 4 06:40:24 2010 NARUSE, Yui <naruse@ruby-lang.org>
- * Makefile.in (clean-rdoc): Don't use \ in variable expantion.
+ * Makefile.in (clean-rdoc): Don't use \ in variable expansion.
BSD make treats it as an escape character.
Mon Oct 4 00:01:53 2010 wanabe <s.wanabe@gmail.com>
@@ -177,7 +177,7 @@ Wed Sep 29 17:41:34 2010 Kenta Murata <mrkn@mrkn.jp>
Wed Sep 29 16:18:03 2010 NAKAMURA Usaku <usa@ruby-lang.org>
- * vm_dump.c (dump_thread): remove ununsed optional arguments.
+ * vm_dump.c (dump_thread): remove unused optional arguments.
Wed Sep 29 13:26:30 2010 Kenta Murata <mrkn@mrkn.jp>
@@ -211,7 +211,7 @@ Tue Sep 28 20:50:23 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
Tue Sep 28 20:06:14 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* vm_dump.c (rb_vm_bugreport): add windows support.
- based on patchs from Peter Weldon at [ruby-core:32551]
+ based on patches from Peter Weldon at [ruby-core:32551]
Mon Sep 27 23:30:34 2010 Koichi Sasada <ko1@atdot.net>