summaryrefslogtreecommitdiffstats
path: root/lib
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
commitd32dbee4e65b12e260a3e1c0122d9465bc199149 (patch)
tree45007bf677f2a2851652bc9934881febb5e29c42 /lib
parent6f637f73371e57f11ab7aced80fbf367855fac93 (diff)
downloadruby-d32dbee4e65b12e260a3e1c0122d9465bc199149.tar.gz
ruby-d32dbee4e65b12e260a3e1c0122d9465bc199149.tar.xz
ruby-d32dbee4e65b12e260a3e1c0122d9465bc199149.zip
fix a typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-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 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.