aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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
commit4389617c78333e9b1153a9aceb7db76d8636f3b7 (patch)
treedf5d5ca773f88753ad581c604a4928b962ba7f8a /ChangeLog
parent1a9d51fbc186508f78f791916c706f057f255897 (diff)
downloadruby-4389617c78333e9b1153a9aceb7db76d8636f3b7.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-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.