From 02a15031b14ec56d0776b14c8e4351d09b3b2671 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 5 Nov 2009 13:14:52 +0000 Subject: [PATCH] fix a typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/open-uri.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open-uri.rb b/lib/open-uri.rb index 406a388e5b..bb45d63ae6 100644 --- a/lib/open-uri.rb +++ b/lib/open-uri.rb @@ -605,7 +605,7 @@ module OpenURI # # 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.