aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-03 10:28:07 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-03 10:28:07 +0000
commit7a6934f3a8427df546ed05c80e502fa7ab69701b (patch)
treea0275a2317ea1306205a39703f0f0b68af66b7e6
parent544651a2fb9c748e240e30b6def86e9158fa28f1 (diff)
downloadruby-7a6934f3a8427df546ed05c80e502fa7ab69701b.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ba7c96932..b07eb8a347 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -64,7 +64,7 @@ Fri Jan 2 21:04:36 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
Fri Jan 2 18:41:20 2015 Tanaka Akira <akr@fsij.org>
* eval.c (ruby_init): Print ruby_setup() error only in debug mode.
- Unsupressable error message is not a good idea.
+ Unsuppressable error message is not a good idea.
Note that the message is printed sometimes with following
code (highly timing dependent, though):
pid = spawn("ruby -e ''"); Process.kill(:TERM, pid)