aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-13 08:08:26 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-13 08:08:26 +0000
commit22e26d350a48a3fa1521eac43ead67eea8df8595 (patch)
treeb1baa396d869dee0d768536802a2a5d4c44b4c45
parentc66506ef24db824b87ca04cec1600d93196f8db5 (diff)
downloadruby-22e26d350a48a3fa1521eac43ead67eea8df8595.tar.gz
fix typo and spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 710570bafa..0d53c5e3f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -120,7 +120,7 @@ Sat Oct 11 12:27:03 2014 Yuki Yugui Sonoda <yugui@yugui.jp>
Sat Oct 11 11:27:14 2014 Yuki Yugui Sonoda <yugui@yugui.jp>
* io.c: fix issues in the last two commits. don't disable cloexec for
- platforms other than NativeClient.
+ platforms other than NativeClient.
* ChangeLog: ditto. add entries for the last two commits.
@@ -135,7 +135,7 @@ Sat Oct 11 11:11:53 2014 Yuki Yugui Sonoda <yugui@yugui.jp>
* dln.c: ditto. replace the old hacky dynamic loading over HTTP with nacl_io.
- * file.c: ditto. tenatively use access(2) instead of eaccess.
+ * file.c: ditto. tentatively use access(2) instead of eaccess.
(rb_file_load_ok): weaken with attribute but not by postprocess.
* io.c: ditto.