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 Fri Jan 2 18:41:20 2015 Tanaka Akira * 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)