From 54d4de67328a29364609257d1b6e5bbfd12577b3 Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 20 Jun 2015 15:48:19 +0000 Subject: fix a typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bb729dc31a..936939f3fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,7 +21,7 @@ Sat Jun 20 02:03:53 2015 Naohisa Goto 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. -- cgit v1.2.3