From d32dbee4e65b12e260a3e1c0122d9465bc199149 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 5 Nov 2009 13:14:52 +0000 Subject: fix a typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/open-uri.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/open-uri.rb b/lib/open-uri.rb index 406a388e5..bb45d63ae 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. -- cgit