ruby-changes:38899
From: kazu <ko1@a...>
Date: Sun, 21 Jun 2015 00:48:43 +0900 (JST)
Subject: [ruby-changes:38899] kazu:r50980 (trunk): fix a typo [ci skip]
kazu 2015-06-21 00:48:19 +0900 (Sun, 21 Jun 2015) New Revision: 50980 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50980 Log: fix a typo [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 50979) +++ ChangeLog (revision 50980) @@ -21,7 +21,7 @@ Sat Jun 20 02:03:53 2015 Naohisa Goto https://github.com/ruby/ruby/blob/trunk/ChangeLog#L21 by rb_proc_exec() with envp_str = Qfalse, execl() is replaced by a macro that calls execle() with "extern char **environ" traditional global variable on Solaris 10. - TODO: This may be unsafe and sholud be changed in the future. + TODO: This may be unsafe and should be changed in the future. Although rb_proc_exec() is not used from inside current version of ruby, it may be called by third-party extensions. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/