merge revision(s) 53299: [Backport #11870]

* cont.c, doc, man: fix common misspelling.
	  [ruby-core:72466] [Bug #11870]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@54040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2016-03-08 19:02:43 +00:00
parent cb37e4013e
commit 0df86c0b0a
19 changed files with 51 additions and 46 deletions

View file

@ -359,7 +359,7 @@ class TestWEBrickHTTPServer < Test::Unit::TestCase
http.request(req){|res| assert_equal("foo", res.body) }
end
rescue Timeout::Error
flunk('corrupted reponse')
flunk('corrupted response')
end
}
end