From 905e89675f4b5fceb0fa4d8ff91542d60332a24e Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 7 Jun 2018 12:06:15 +0000 Subject: Fix typos [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/protocol.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/protocol.rb b/lib/net/protocol.rb index 527b17c4c0..1fcf59519b 100644 --- a/lib/net/protocol.rb +++ b/lib/net/protocol.rb @@ -79,7 +79,7 @@ module Net # :nodoc: ## # WriteTimeout, a subclass of Timeout::Error, is raised if a chunk of the - # response cannot be read within the read_timeout. + # response cannot be write within the write_timeout. class WriteTimeout < Timeout::Error; end -- cgit v1.2.3