aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-13 12:26:03 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-13 12:26:03 +0000
commit21edae75efa94db2f357b8b0c934e27859ed3586 (patch)
tree7bf041f08b1915e26cd28bbaa940809164b374ea
parent24afa3987ccc04c357942a197151165931867379 (diff)
downloadruby-21edae75efa94db2f357b8b0c934e27859ed3586.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c659a643b1..1356386f42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,7 @@ Tue Sep 13 18:37:08 2016 Koichi Sasada <ko1@atdot.net>
* test/ruby/test_exception.rb: fix thread issues.
* use Queue instead of a local variable for synchronization.
- * join created thread to soleve leaking threads warning.
+ * join created thread to solve leaking threads warning.
Tue Sep 13 16:07:26 2016 Kazuki Yamaguchi <k@rhe.jp>