summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-06 16:12:51 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-06 16:12:51 +0000
commitca252765bcfd1b05189a73e366d361d4eefbd988 (patch)
treee348dc139576199bf6d0876b1c02c2727d57618b
parentb76263fa09f778179e277b234b0057aadbcba6f9 (diff)
* ChangeLog: typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b2d9de8cf8..49f6ce24ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Thu Jul 7 00:40:16 2011 NAKAMURA Usaku <usa@ruby-lang.org>
- * win32/win32.c (kill): check the process exited or not before
- teminationg it. [Bug #4943]
+ * win32/win32.c (kill): check that the process exited or not before
+ terminating it. [Bug #4943]
Wed Jul 6 23:13:19 2011 Yukihiro Matsumoto <matz@ruby-lang.org>