summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-28 09:13:12 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-28 09:13:12 +0000
commitd5c889cf9d82a585b03e248b5ae5ce743c3cf5e4 (patch)
tree5c69298a66fd29bddb94a9dd0530d2c3d765dade /ChangeLog
parent15fb1619e31c3a55fd5a4a03aabd2cf07a8494ed (diff)
fix indent
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a77e841ef..f25ac53e13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -220,7 +220,7 @@ Fri Dec 23 00:08:25 2011 Tanaka Akira <akr@fsij.org>
Thu Dec 22 23:37:25 2011 Tanaka Akira <akr@fsij.org>
* test/ruby/test_thread.rb (test_condvar_timed_wait): don't test the
- maximum sleep time. Ruby is not a real-time system.
+ maximum sleep time. Ruby is not a real-time system.
Thu Dec 22 22:37:45 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>