ruby-changes:37041
From: kazu <ko1@a...>
Date: Sat, 3 Jan 2015 19:28:13 +0900 (JST)
Subject: [ruby-changes:37041] kazu:r49122 (trunk): fix a typo [ci skip]
kazu 2015-01-03 19:28:07 +0900 (Sat, 03 Jan 2015) New Revision: 49122 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49122 Log: fix a typo [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 49121) +++ ChangeLog (revision 49122) @@ -64,7 +64,7 @@ Fri Jan 2 21:04:36 2015 SHIBATA Hirosh https://github.com/ruby/ruby/blob/trunk/ChangeLog#L64 Fri Jan 2 18:41:20 2015 Tanaka Akira <akr@f...> * 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) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/