diff options
author | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-10 15:11:16 +0000 |
---|---|---|
committer | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-10 15:11:16 +0000 |
commit | 4fdb1fbdbfe6449cb8a0d252d76f0072ba9a6806 (patch) | |
tree | 6894ee97eb42418969123b26881f101b8e39f958 | |
parent | 7d7481d5f6a074cf34cf32adce60d86ca6da8a94 (diff) |
* ChangeLog: fix a typo in r39680.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ Wed Mar 6 21:31:35 2013 KOSAKI Motohiro <[email protected]> Wed Mar 6 21:00:23 2013 KOSAKI Motohiro <[email protected]> * thread_pthread.c (USE_SLEEPY_TIMER_THREAD): use more accurate - ifdef condtions. + ifdef conditions. Sun Mar 3 02:30:36 2013 KOSAKI Motohiro <[email protected]> |