summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-04 19:11:42 +0000
committertarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-04 19:11:42 +0000
commit9f9380edf0ea13328281dec7a36598cf8282729d (patch)
tree4f726562fe25d8d6f329167ab9d9b8e08e09e0a9 /ChangeLog
parentafa3ce2518feafcb412a2f007be8e08900ef26ef (diff)
typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a79898f14c..8a5be7c3d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Wed Dec 5 04:04:02 2012 Masaya Tarui <tarui@ruby-lang.org>
* test/ruby/test_thread.rb (test_async_interrupt_blocking): bugfix
- about defared check
+ about defered check
Wed Dec 5 03:35:37 2012 Masaya Tarui <tarui@ruby-lang.org>
@@ -9,7 +9,7 @@ Wed Dec 5 03:35:37 2012 Masaya Tarui <tarui@ruby-lang.org>
* thread.c (sleep_forever): check RUBY_VM_CHECK_INTS_BLOCKING first.
* thread.c (sleep_timeval): ditto.
* test/ruby/test_thread.rb (test_async_interrupt_blocking): add a test
- exceptions are correctly defared and raised on :on_blocking context.
+ exceptions are correctly defered and raised on :on_blocking context.
Wed Dec 5 02:36:10 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>