aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-20 15:48:19 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-20 15:48:19 +0000
commit54d4de67328a29364609257d1b6e5bbfd12577b3 (patch)
treedf5d5ca773f88753ad581c604a4928b962ba7f8a
parentf7547ae6af8742691b03b2d0e985b8da38288f8f (diff)
downloadruby-54d4de67328a29364609257d1b6e5bbfd12577b3.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
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 <ngotogenome@gmail.com>
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.