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

ruby-changes:13862

From: akr <ko1@a...>
Date: Thu, 5 Nov 2009 22:15:03 +0900 (JST)
Subject: [ruby-changes:13862] Ruby:r25662 (trunk): fix a typo.

akr	2009-11-05 22:14:52 +0900 (Thu, 05 Nov 2009)

  New Revision: 25662

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

  Log:
    fix a typo.

  Modified files:
    trunk/lib/open-uri.rb

Index: lib/open-uri.rb
===================================================================
--- lib/open-uri.rb	(revision 25661)
+++ lib/open-uri.rb	(revision 25662)
@@ -605,7 +605,7 @@
     #
     #  If :progress_proc option is specified, the proc is called with one
     #  argument each time when `open' gets content fragment from network.
-    #  The argument `size' `size' is a accumulated transfered size in bytes.
+    #  The argument `size' `size' is a accumulated transferred size in bytes.
     #
     #  If two or more transfer is done by HTTP redirection, the procedure
     #  is called only one for a last transfer.

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

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