From e1a52d82b04f1787477a558e34c6e0df8bed3b93 Mon Sep 17 00:00:00 2001 From: tarui Date: Fri, 11 Jun 2010 21:47:41 +0000 Subject: * test/open-uri/test_open-uri.rb (test_progress, test_progress_chunked): fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/open-uri/test_open-uri.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/open-uri/test_open-uri.rb b/test/open-uri/test_open-uri.rb index e2578f09b4..14f08ffd98 100644 --- a/test/open-uri/test_open-uri.rb +++ b/test/open-uri/test_open-uri.rb @@ -389,7 +389,7 @@ class TestOpenURI < Test::Unit::TestCase ) {|f| assert_equal(1, length.length) assert_equal(content.length, length[0]) - assert(progress.length>1,"maybe test is worng") + assert(progress.length>1,"maybe test is wrong") assert(progress.sort == progress,"monotone increasing expected but was\n#{progress.inspect}") assert_equal(content.length, progress[-1]) assert_equal(content, f.read) -- cgit v1.2.3