aboutsummaryrefslogtreecommitdiffstats
path: root/lib/open-uri.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-05 13:14:52 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-05 13:14:52 +0000
commit02a15031b14ec56d0776b14c8e4351d09b3b2671 (patch)
tree45007bf677f2a2851652bc9934881febb5e29c42 /lib/open-uri.rb
parente5b75da1fe3a9a92ba018dd21fb3a462a7568b60 (diff)
downloadruby-02a15031b14ec56d0776b14c8e4351d09b3b2671.tar.gz
fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/open-uri.rb')
-rw-r--r--lib/open-uri.rb2
1 files changed, 1 insertions, 1 deletions
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.