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

ruby-changes:38123

From: akr <ko1@a...>
Date: Fri, 10 Apr 2015 12:13:07 +0900 (JST)
Subject: [ruby-changes:38123] akr:r50204 (trunk): Fix a typo.

akr	2015-04-10 12:12:58 +0900 (Fri, 10 Apr 2015)

  New Revision: 50204

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

  Log:
    Fix a typo.

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 50203)
+++ ChangeLog	(revision 50204)
@@ -15,7 +15,7 @@ Fri Apr 10 08:00:17 2015  NAKAMURA Usaku https://github.com/ruby/ruby/blob/trunk/ChangeLog#L15
 Fri Apr 10 02:18:53 2015  Tanaka Akira  <akr@f...>
 
 	* test/ruby/test_process.rb: Use mkfifo command instead of mknod
-	  command to create a named file.  mkfifo command is defined by POSIX.
+	  command to create a named pipe.  mkfifo command is defined by POSIX.
 
 Fri Apr 10 01:29:05 2015  Tanaka Akira  <akr@f...>
 

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

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