[前][次][番号順一覧][スレッド一覧]

ruby-changes:35819

From: kazu <ko1@a...>
Date: Mon, 13 Oct 2014 17:08:31 +0900 (JST)
Subject: [ruby-changes:35819] kazu:r47901 (trunk): fix typo and spaces

kazu	2014-10-13 17:08:26 +0900 (Mon, 13 Oct 2014)

  New Revision: 47901

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47901

  Log:
    fix typo and spaces

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 47900)
+++ ChangeLog	(revision 47901)
@@ -120,7 +120,7 @@ Sat Oct 11 12:27:03 2014  Yuki Yugui Son https://github.com/ruby/ruby/blob/trunk/ChangeLog#L120
 Sat Oct 11 11:27:14 2014  Yuki Yugui Sonoda  <yugui@y...>
 
 	* 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 Son https://github.com/ruby/ruby/blob/trunk/ChangeLog#L135
 
 	* 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.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]