summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-23 16:55:27 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-23 16:55:27 +0000
commit5db5e0af451bbef4a093f63c664c71d08543364e (patch)
tree82cd07603d71fd33c5d08b4bc502e50fe088d957
parenta3f70766909a96eb7c43b12f78a1779fef544d5d (diff)
fix typos and remove trailing spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index cdb05e427b..03866621fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,7 @@ Wed Mar 23 08:07:33 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
Wed Mar 23 00:12:16 2011 Tajima Akio <artonx@yahoo.co.jp>
- * win32/win32.c: wait process real termination after reading
+ * win32/win32.c: wait process real termination after reading
exit code. fixes #4518
Tue Mar 22 21:20:10 2011 NARUSE, Yui <naruse@ruby-lang.org>
@@ -51,11 +51,11 @@ Tue Mar 22 09:38:19 2011 NARUSE, Yui <naruse@ruby-lang.org>
Tue Mar 22 06:47:46 2011 NARUSE, Yui <naruse@ruby-lang.org>
* ext/date/date_strftime.c (date_strftime_wo_timespec):
- surpress warning: shorten-64-to-32.
+ suppress warning: shorten-64-to-32.
Tue Mar 22 06:42:42 2011 NARUSE, Yui <naruse@ruby-lang.org>
- * ext/date/date_core.c: surpress warning: shorten-64-to-32.
+ * ext/date/date_core.c: suppress warning: shorten-64-to-32.
Tue Mar 22 06:41:37 2011 NARUSE, Yui <naruse@ruby-lang.org>
@@ -63,13 +63,13 @@ Tue Mar 22 06:41:37 2011 NARUSE, Yui <naruse@ruby-lang.org>
Tue Mar 22 06:19:42 2011 NARUSE, Yui <naruse@ruby-lang.org>
- * enc/utf_16le.c: surpress warning: shorten-64-to-32.
+ * enc/utf_16le.c: suppress warning: shorten-64-to-32.
* ext/dbm/dbm.c: ditto.
* ext/gdbm/gdbm.c: ditto.
- * parse.y (Init_ripper): surpress warning: unused value.
+ * parse.y (Init_ripper): suppress warning: unused value.
Mon Mar 21 11:21:32 2011 Shota Fukumori <sorah@tubusu.net>
@@ -108,7 +108,7 @@ Sat Mar 19 18:35:05 2011 Tajima Akio <artonx@yahoo.co.jp>
Sat Mar 19 17:14:46 2011 Tajima Akio <artonx@yahoo.co.jp>
- * hash.c (ruby_setenv): checking with max process environment
+ * hash.c (ruby_setenv): checking with max process environment
block size for Win32. 32767 for 2000/XP, 2003. if failed to
read the block, then checking with 5120 for earlier Windows.