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

ruby-changes:21934

From: nagachika <ko1@a...>
Date: Thu, 8 Dec 2011 22:22:37 +0900 (JST)
Subject: [ruby-changes:21934] nagachika:r33983 (trunk): * ChangeLog: fix typos.

nagachika	2011-12-08 22:22:27 +0900 (Thu, 08 Dec 2011)

  New Revision: 33983

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

  Log:
    * ChangeLog: fix typos.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 33982)
+++ ChangeLog	(revision 33983)
@@ -1,7 +1,7 @@
 Thu Dec  8 13:26:24 2011  NAKAMURA Usaku  <usa@r...>
 
 	* test/rexml/test_order.rb (OrderTester#test_more_ordering): use
-	  GZip::GzReader.open instead of GZip::GzReader.new with File.new.
+	  Zlib::GzipReader.open instead of Zlib::GzipReader.new with File.new.
 	  fixed a test error on Windows introduced at r33946.
 
 Thu Dec  8 13:11:26 2011  NAKAMURA Usaku  <usa@r...>
@@ -132,7 +132,7 @@
 	* ext/zlib/zlib.c (rb_gzreader_initialize): revert a part of r33937.
 	  1st, to change the mode of an IO is very sensitive problem, so
 	  the maintainer of this library should judge it.
-	  2nd, usually Zlib::GzReader.new is not called directly.  #initialize
+	  2nd, usually Zlib::GzipReader.new is not called directly.  #initialize
 	  is called via .open, and in the method the I/O is opened in binary
 	  mode, so there is no problem without changing the mode in #initialize.
 

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

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